]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/cpu-x86.32.hpp
webapps.wiki: adding search bar
[factor.git] / vm / cpu-x86.32.hpp
index 2d558feb2c557a59850d6107335ec8da181424f3..6eb1ec35b28c9f653477cebe290afbd801e96cac 100644 (file)
@@ -2,8 +2,8 @@ namespace factor {
 
 #define FACTOR_CPU_STRING "x86.32"
 
-/* Must match the calculation in word jit-signal-handler-prolog in
-   basis/bootstrap/assembler/x86.factor */
+// Must match the calculation in word jit-signal-handler-prolog in
+// basis/bootstrap/assembler/x86.factor
 static const unsigned SIGNAL_HANDLER_STACK_FRAME_SIZE = 64;
 static const unsigned JIT_FRAME_SIZE = 32;