diff options
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r-- | src/interp/g-util.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index 284a7e98..89d2ebf4 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -228,7 +228,7 @@ expandPeq ['%peq,x,y] == ['EQ,expandToVMForm x, expandToVMForm y] expandBefore? ['%before?,x,y] == - ['GGREATER,expandToVMForm y,expandToVMForm x] + ['GGREATERP,expandToVMForm y,expandToVMForm x] -- Integer operations expandIneg ['%ineg,x] == |