https://github.com/bytecodealliance/wasmtime/blob/main/crates/fiber/src/unix/x86_64.rs#L129
DW_OP_plus_uconst take LEB128 operand.
image.png
you only specify one byte.
this looks definitely a bug to me.
@Alex Crichton
A small LEB128 value fits in a single byte. LEB128 and ULEB128 are variable size formats that can take anything between 1 and infinite bytes.
@bjorn3 that's something I don't know.ok , thanks. :smiley:
yang yu has marked this topic as resolved.
Last updated: Nov 22 2024 at 16:03 UTC