about summary refs log tree commit diff stats
path: root/subx/036global_variables.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-04 23:02:00 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-04 23:23:48 -0700
commitbccaa72227a5d12932b1d34ae045ffc5689a76e8 (patch)
treecccecebf49d8c911bb6c4ed77913e48665359b37 /subx/036global_variables.cc
parent29c10f7f06530dc8d01cb4711a968088d9559f42 (diff)
downloadmu-bccaa72227a5d12932b1d34ae045ffc5689a76e8.tar.gz
4661
Make segment management a little more consistent between initial segments
and add-on segments (using `mmap`).
Diffstat (limited to 'subx/036global_variables.cc')
-rw-r--r--subx/036global_variables.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/036global_variables.cc b/subx/036global_variables.cc
index e34c5b73..b29207bf 100644
--- a/subx/036global_variables.cc
+++ b/subx/036global_variables.cc
@@ -12,7 +12,7 @@ b9/copy x/imm32  # copy to ECX
 == data
 x:
 00 00 00 00
-+transform: global variable 'x' is at address 0x08049079
++transform: global variable 'x' is at address 0x0a000079
 
 :(before "End Level-2 Transforms")
 Transform.push_back(rewrite_global_variables);