diff dyncallback/dyncall_args_mips.h @ 302:d55f9d508074

- mips softfloat support for o32 callconv (calls and callbacks, little and big endian) - cleanup of some mips files, removed unnecessary file, renamings.. - doc/manual cleanups, changelog entry
author Tassilo Philipp
date Mon, 21 May 2018 02:48:12 +0200
parents f5577f6bf97a
children b104c5beec8b
line wrap: on
line diff
--- a/dyncallback/dyncall_args_mips.h	Sun May 20 02:23:44 2018 +0200
+++ b/dyncallback/dyncall_args_mips.h	Mon May 21 02:48:12 2018 +0200
@@ -33,7 +33,7 @@
 {
 	/* Don't change order or types, laid out for asm code to fill in! */
 #if defined(DC__Arch_MIPS) && defined(DC__ABI_MIPS_O32)
-	DCint freg_count;
+	DCint freg_count; /* unused on soft-float targets, but keep as 4b-padding */
 #else
 #  define DCARGS_MIPS_NUM_IREGS 8
 #  define DCARGS_MIPS_NUM_FREGS 8