This commit is contained in:
mlokr 2024-07-07 13:44:20 +02:00
parent 3807fe22da
commit 22f925b3f5
No known key found for this signature in database
GPG key ID: DEA147DDEE644993

View file

@ -2660,10 +2660,6 @@ impl Codegen {
for srel in self.output.strings.drain(..) {
#[cfg(debug_assertions)]
assert!(srel.shifted);
log::err!(
"{:?}",
&self.output.code[srel.range.start as usize..srel.range.end as usize]
);
srel.reloc
.apply_jump(&mut self.output.code, srel.range.start);
}