[Vm-dev] [commit][2728] correct fumble-finger paste of junk into line 224 of sqAtomicOps. h - or maybe that was sqAtomicOOOPS.h

commits at squeakvm.org commits at squeakvm.org
Mon Apr 29 18:31:56 UTC 2013


Revision: 2728
Author:   rowledge
Date:     2013-04-29 11:31:55 -0700 (Mon, 29 Apr 2013)
Log Message:
-----------
correct fumble-finger paste of junk into line 224 of sqAtomicOps.h - or maybe that was sqAtomicOOOPS.h 

Modified Paths:
--------------
    branches/Cog/platforms/Cross/vm/sqAtomicOps.h

Modified: branches/Cog/platforms/Cross/vm/sqAtomicOps.h
===================================================================
--- branches/Cog/platforms/Cross/vm/sqAtomicOps.h	2013-04-26 23:56:18 UTC (rev 2727)
+++ branches/Cog/platforms/Cross/vm/sqAtomicOps.h	2013-04-29 18:31:55 UTC (rev 2728)
@@ -220,7 +220,7 @@
 					: "g"(old), "r"(new), "m"(var)\
 					: "memory", "%eax")
 
-# define sqCompareAndSwapRes(var,old,new,res) \/tmp/ccf1WMiY.s:
+# define sqCompareAndSwapRes(var,old,new,res) \
 	asm volatile ("movl %2, %%eax; lock cmpxchg %3, %0; movl %%eax, %1" \
 					: "=m"(var), "=g"(res) \
 					: "g"(old), "r"(new), "m"(var) \



More information about the Vm-dev mailing list