[Vm-dev] [commit][3669] Err, fix a slip in last commit

commits at squeakvm.org commits at squeakvm.org
Tue Apr 5 18:42:19 UTC 2016


Revision: 3669
Author:   nice
Date:     2016-04-05 11:42:16 -0700 (Tue, 05 Apr 2016)
Log Message:
-----------
Err, fix a slip in last commit

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

Modified: branches/Cog/platforms/Cross/vm/sqMemoryAccess.h
===================================================================
--- branches/Cog/platforms/Cross/vm/sqMemoryAccess.h	2016-04-05 18:11:36 UTC (rev 3668)
+++ branches/Cog/platforms/Cross/vm/sqMemoryAccess.h	2016-04-05 18:42:16 UTC (rev 3669)
@@ -241,8 +241,8 @@
 #else
 #  define SQ_SWAP_4_BYTES_IF_BIGENDIAN(x) (x)
 #  define SQ_SWAP_8_BYTES_IF_BIGENDIAN(x) (x)
+#endif
 
-
 /* This doesn't belong here, but neither do 'self flag: ...'s belong in the
    image. We use a macro, not an inline function; we need no trace of flag.
  */



More information about the Vm-dev mailing list