]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/cpu/x86/64/winnt/bootstrap.factor
Refactor all usages of >r/r> in core to use dip, 2dip, 3dip
[factor.git] / basis / cpu / x86 / 64 / winnt / bootstrap.factor
index a62b946e83981782b8eff07d9142b34b3aec9886..459945d82e4d9715c6ede20b493dd9b6165c8aff 100644 (file)
@@ -7,6 +7,7 @@ IN: bootstrap.x86
 : stack-frame-size ( -- n ) 8 bootstrap-cells ;
 : arg0 ( -- reg ) RCX ;
 : arg1 ( -- reg ) RDX ;
+: arg2 ( -- reg ) R8 ;
 
 << "resource:basis/cpu/x86/64/bootstrap.factor" parse-file parsed >>
 call