diff dyncallback/dyncall_args_mips.h @ 110:9aa75a74614c

- working mips32 eabi callbacks - mips32 eabi doc update - switched some mips32 eabi call assembly to use more portable pseudo instructions for storing floats - fixed weird type use of var declaration in mips callbacks - ToDo update - converted some // comments to old c-style - test code build fix for some test suites on some platforms
author cslag
date Sat, 18 Jun 2016 19:38:22 +0200
parents 9e677d4c0b6b
children f63467916f98
line wrap: on
line diff
--- a/dyncallback/dyncall_args_mips.h	Sat Jun 11 21:44:38 2016 +0200
+++ b/dyncallback/dyncall_args_mips.h	Sat Jun 18 19:38:22 2016 +0200
@@ -41,7 +41,7 @@
 	DCfloat freg_data[DCARGS_MIPS_NUM_FREGS];
 	struct { DCshort i; DCshort f; } reg_count;
 #endif
-	unsigned DCchar* stackptr;
+	DCuchar* stackptr;
 };
 
 #endif /* DYNCALLBACK_ARGS_MIPS_H */