From da2dc3ee9dadc9cd7da1cdcbfcc849b6c9f93112 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 3 Nov 2020 20:37:26 -0800 Subject: 7172 --- apps/mu.subx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mu.subx b/apps/mu.subx index ee2ecc52..5991617f 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -16489,7 +16489,7 @@ register-within-list?: # s: (addr stmt-var), start: (addr list var), end: (addr # if (curr-reg == target) return true (string-equal? %eax %ebx) # => eax 3d/compare-eax-and 0/imm32/false - 75/jump-if-= $register-within-list?:end/disp8 + 75/jump-if-!= $register-within-list?:end/disp8 $register-within-list?:continue: # curr = curr->next (lookup *(ecx+8) *(ecx+0xc)) # List-next List-next => eax -- cgit 1.4.1-2-gfad0 ption> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/x.mu
blob: 8771381b07089fe9c6217c931477d3999dd773a3 (plain) (tree)
1
2
3
4
5
6
7
8