about summary refs log tree commit diff stats
path: root/clean
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-11 21:38:25 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-11 21:38:25 -0700
commit554bd0996872ffcadf808229cc38e445d6016dae (patch)
tree34ac4352ef3f8e7e5752d6b9237d711dff571bd3 /clean
parentbe995e2193ba054488e9752373c07fc250b06026 (diff)
downloadmu-554bd0996872ffcadf808229cc38e445d6016dae.tar.gz
label offset computation still has a bug
I changed the test a little to make it obvious.
Basically there's no way we can compute the segment offset correctly
without knowing the segment name in the previous assertion.
Diffstat (limited to 'clean')
0 files changed, 0 insertions, 0 deletions
99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157