[Vm-dev] [commit] r2609 - fix syntax errors

commits at squeakvm.org commits at squeakvm.org
Sun Sep 16 01:26:51 UTC 2012


Author: piumarta
Date: 2012-09-15 18:26:51 -0700 (Sat, 15 Sep 2012)
New Revision: 2609

Modified:
   trunk/platforms/win32/vm/sqGnu.h
Log:
fix syntax errors

Modified: trunk/platforms/win32/vm/sqGnu.h
===================================================================
--- trunk/platforms/win32/vm/sqGnu.h	2012-09-16 01:26:27 UTC (rev 2608)
+++ trunk/platforms/win32/vm/sqGnu.h	2012-09-16 01:26:51 UTC (rev 2609)
@@ -1,6 +1,6 @@
 /* Definitions for "gnuified" interp.c; author: Ian Piumarta (ian.piumarta at inria.fr)
  *
- * last edited: Sun Jun 20 14:56:09 1999 by piumarta (Ian Piumarta) on clotho
+ * last edited: 2012-09-15 20:42:11 by piumarta on W530
  *
  * NOTES:
  *	this file is #included *IN PLACE OF* sq.h
@@ -175,7 +175,7 @@
 
 #define PROFILE_BYTECODE(x) __asm__("movl %0, _bcProfileCurrent" : : "i" (x))
 
-#define PROFILE_BYTECODE_END __asm__("
+#define PROFILE_BYTECODE_END __asm__("\
 	cmpl $0, _profilerActive;\
 	je 0f;\
 	pushl %ebx;\



More information about the Vm-dev mailing list