mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +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