mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
wasm: fix line section in DWARF
This commit is contained in:
parent
eebc316029
commit
49485efdff
|
@ -989,7 +989,8 @@ class WasmBinaryRenderingVisitor implements WasmExpressionVisitor {
|
|||
}
|
||||
|
||||
public void endLocation() {
|
||||
emitLocation(null);
|
||||
textLocationToEmit = null;
|
||||
deferTextLocationToEmit = false;
|
||||
flushLocation();
|
||||
if (debugLines != null) {
|
||||
debugLines.advance(writer.getPosition() + addressOffset);
|
||||
|
|
Loading…
Reference in New Issue
Block a user