diff mc-code-arm.c @ 417:98888da30b35

code jump fixes (not finished)
author kono
date Mon, 25 Oct 2004 01:16:28 +0900
parents a6ed0575d731
children c73f013d07d7
line wrap: on
line diff
--- a/mc-code-arm.c	Sun Oct 24 21:07:46 2004 +0900
+++ b/mc-code-arm.c	Mon Oct 25 01:16:28 2004 +0900
@@ -1949,6 +1949,7 @@
 	code_const(length,3);
         /* overrap must be allowed */
 	inc_inst(1);
+	// offset have to be ignored */
 	printf("\tbl\t%s\n",memmove);
 	extern_define(memmove,0,FUNCTION,1);
         fix=0;