forked from AbleOS/holey-bytes
bruh
This commit is contained in:
parent
3807fe22da
commit
22f925b3f5
|
@ -2660,10 +2660,6 @@ impl Codegen {
|
||||||
for srel in self.output.strings.drain(..) {
|
for srel in self.output.strings.drain(..) {
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
assert!(srel.shifted);
|
assert!(srel.shifted);
|
||||||
log::err!(
|
|
||||||
"{:?}",
|
|
||||||
&self.output.code[srel.range.start as usize..srel.range.end as usize]
|
|
||||||
);
|
|
||||||
srel.reloc
|
srel.reloc
|
||||||
.apply_jump(&mut self.output.code, srel.range.start);
|
.apply_jump(&mut self.output.code, srel.range.start);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue