]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/inlineimpls.hpp
bignum indentation and macro cleanup
[factor.git] / vm / inlineimpls.hpp
index ec3958e8090efce0777cec1f506051047ca86fb0..6d218bf8b302ead2b909fdf200ef92645a5fe165 100644 (file)
@@ -206,7 +206,7 @@ struct gc_bignum
        }
 };
 
-#define GC_BIGNUM(x,vm) gc_bignum x##__gc_root(&x,vm)
+#define GC_BIGNUM(x) gc_bignum x##__gc_root(&x,this)
 
 //generic_arrays.hpp
 template <typename TYPE> TYPE *factorvm::allot_array_internal(cell capacity)