diff options
Diffstat (limited to 'src/interp/lisp-backend.boot')
-rw-r--r-- | src/interp/lisp-backend.boot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/lisp-backend.boot b/src/interp/lisp-backend.boot index 3b254c78..a6fe5da7 100644 --- a/src/interp/lisp-backend.boot +++ b/src/interp/lisp-backend.boot @@ -446,8 +446,6 @@ for x in [ ['%true, :'T], -- unary Boolean operations ['%not, :'NOT], - ['%2bit, :'TRUTH_-TO_-BIT], - ['%2bool, :'BIT_-TO_-TRUTH], -- binary Boolean operations ['%and, :'AND], ['%or, :'OR], @@ -470,6 +468,8 @@ for x in [ ['%blt, :'byteLessThan], -- integer constants + ['%icst0, :0], + ['%icst1, :1], ['%icstmin, :'_$ShortMinimum], ['%icstmax, :'_$ShortMaximum], -- unary integer operations. |