mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -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