diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-07-27 11:07:01 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-07-27 11:07:01 -0700 |
commit | d1bbbc9a9bc0509bd2a6f763d6ad9a9185585de0 (patch) | |
tree | e4a8fef29c2422038eda61b572d4a1b7987734b4 | |
parent | 880bfb78741956af52e94c6abab27c0dca620315 (diff) | |
download | mu-d1bbbc9a9bc0509bd2a6f763d6ad9a9185585de0.tar.gz |
4440
-rw-r--r-- | subx/026labels.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/subx/026labels.cc b/subx/026labels.cc index eb3c255d..bc6a5009 100644 --- a/subx/026labels.cc +++ b/subx/026labels.cc @@ -89,5 +89,7 @@ void replace_labels_with_addresses(const segment& code, map<string, uint32_t> ad loop: loop2: 05 0x0d0c0b0a/imm32 # add to EAX +loop3: +label: label 'loop' is at address 1 +label: label 'loop2' is at address 1 ++label: label 'loop3' is at address 6 |