From c5f7d9dd5783dd7e0c4fa3959caef1438b0994a8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 10 Jul 2019 11:38:24 -0700 Subject: . I think we're calling the wrong variant here. --- subx/apps/survey | Bin 37973 -> 39564 bytes subx/apps/survey.subx | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'subx') diff --git a/subx/apps/survey b/subx/apps/survey index 177b5896..1c70d7a5 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 ea7e34ff..dcdfe659 100644 --- a/subx/apps/survey.subx +++ b/subx/apps/survey.subx @@ -465,13 +465,13 @@ $compute-offsets:label: # . if (EAX == 0) goto next check 3d/compare-EAX-and 0/imm32 74/jump-if-equal $compute-offsets:segment/disp8 - # x/EAX = get-or-insert(labels, word-slice) + # x/EAX = get-or-insert-slice(labels, word-slice) # . . push args 68/push 0x10/imm32/row-size 52/push-EDX ff 6/subop/push 1/mod/*+disp8 5/rm32/EBP . . . . 0x10/disp8 . # push *(EBP+16) # . . call - e8/call get-or-insert/disp32 + e8/call get-or-insert-slice/disp32 # . . discard args 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP # TODO: *x = segment-offset -- cgit 1.4.1-2-gfad0 bb679d'>tree commit diff stats
path: root/themes/aqua
blob: 48b3d4e75520963e7a8f53423ada242782c7f89e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79