From c015791e8069056488f9617349165434a07c7776 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 4 Jul 2019 00:02:53 -0700 Subject: . Fix a couple of syntax errors. survey.subx still failing tests. --- subx/apps/survey | Bin 31345 -> 31521 bytes subx/apps/survey.subx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'subx/apps') diff --git a/subx/apps/survey b/subx/apps/survey index edf767f1..257dee65 100755 Binary files a/subx/apps/survey and b/subx/apps/survey differ diff --git a/subx/apps/survey.subx b/subx/apps/survey.subx index 2ad62cd7..d8ebe3c4 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -560,12 +560,12 @@ $compute-offsets:label: 68/push "label '"/imm32 52/push-EDX 68/push "' is at offset 0x"/imm32 - 68/push compute-offsets:file-offset/disp32 + 68/push compute-offsets:file-offset/imm32 68/push ""/imm32 # . . call e8/call trace-snsns/disp32 # continue - 74/jump-if-equal $compute-offsets:word-loop/disp8 + 0f 84/jump-if-equal $compute-offsets:word-loop/disp32 $compute-offsets:segment: # TODO: implement the rest of this block # if slice-equal?(word-slice/EDX, "==") -- cgit 1.4.1-2-gfad0 ik K. Agaram <vc@akkartik.com>
about summary refs log blame commit diff stats
path: root/subx/019functions.cc
blob: fbc7e605e9602ab5fb4c7c50250e57e053d13277 (plain) (tree)
1
2
3
4
5
6
7
8
9