mirror of
https://github.com/konsoletyper/teavm.git
synced 2025-02-11 11:09:44 +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() {
|
public void endLocation() {
|
||||||
emitLocation(null);
|
textLocationToEmit = null;
|
||||||
|
deferTextLocationToEmit = false;
|
||||||
flushLocation();
|
flushLocation();
|
||||||
if (debugLines != null) {
|
if (debugLines != null) {
|
||||||
debugLines.advance(writer.getPosition() + addressOffset);
|
debugLines.advance(writer.getPosition() + addressOffset);
|
||||||
|
Loading…
Reference in New Issue
Block a user