diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-04-06 09:27:45 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-04-06 09:27:45 -0700 |
commit | 9c0f9225fbb9f5a798bf52ae2995d802eee06228 (patch) | |
tree | 9beabd70ac44da4736e4b7546220acb7b3604c93 /subx/apps | |
parent | 577281f64b5e6b7e2ef4a78fb6bc44274caedcb0 (diff) | |
download | mu-9c0f9225fbb9f5a798bf52ae2995d802eee06228.tar.gz |
5061
Diffstat (limited to 'subx/apps')
-rw-r--r-- | subx/apps/assort.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/assort.subx b/subx/apps/assort.subx index 5ff16f07..fbeb34b0 100644 --- a/subx/apps/assort.subx +++ b/subx/apps/assort.subx @@ -645,7 +645,7 @@ $read-segments:check1: # . if (EAX != 0) continue 3d/compare-EAX-and 0/imm32 0f 85/jump-if-not-equal $read-segments:loop/disp32 -$convert-data:check-for-comment: +$read-segments:check-for-comment: # if (slice-starts-with?(word-slice, "#")) # . start/EDX = word-slice->start 8b/copy 0/mod/indirect 1/rm32/ECX . . . 2/r32/EDX . . # copy *ECX to EDX |