about summary refs log tree commit diff stats
path: root/apps/mu.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-06-17 13:59:22 -0700
committerKartik Agaram <vc@akkartik.com>2020-06-17 13:59:22 -0700
commit9ab613b2337f8621aa626dbc25fde2efe83ed1fe (patch)
treedf1dd6da7239b5b367a1a23fa213ea4a05749331 /apps/mu.subx
parentb36f2793f7c8bd8b0ec261580cbc44261339cfe6 (diff)
downloadmu-9ab613b2337f8621aa626dbc25fde2efe83ed1fe.tar.gz
6549 - starting on type checking
Diffstat (limited to 'apps/mu.subx')
-rw-r--r--apps/mu.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mu.subx b/apps/mu.subx
index cd08466e..139536bb 100644
--- a/apps/mu.subx
+++ b/apps/mu.subx
@@ -14545,7 +14545,7 @@ find-matching-primitive:  # primitives: (addr primitive), stmt: (addr stmt) -> r
 $find-matching-primitive:loop:
       # if (curr == null) break
       81 7/subop/compare %ecx 0/imm32
-      0f 84/jump-if-= break/disp32
+      74/jump-if-= break/disp8
       # if match(curr, stmt) return curr
       {
         (mu-stmt-matches-primitive? *(ebp+0xc) %ecx)  # => eax