File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -853,7 +853,7 @@ Result BinaryReaderObjdumpDisassemble::OnOpcodeUint64(uint64_t value) {
853
853
if (!in_function_body) {
854
854
return Result::Ok;
855
855
}
856
- LogOpcode (" %" PRId64 , value);
856
+ LogOpcode (" %" PRIu64 , value);
857
857
return Result::Ok;
858
858
}
859
859
Original file line number Diff line number Diff line change @@ -242,15 +242,15 @@ Code Disassembly:
242
242
00002f: 1a | drop
243
243
000030: 42 00 | i64.const 0
244
244
000032: 1a | drop
245
- 000033: 42 80 80 80 80 80 80 80 80 | i64.const - 9223372036854775808
245
+ 000033: 42 80 80 80 80 80 80 80 80 | i64.const 9223372036854775808
246
246
00003c: 80 7f |
247
247
00003e: 1a | drop
248
- 00003f: 42 7f | i64.const -1
248
+ 00003f: 42 7f | i64.const 18446744073709551615
249
249
000041: 1a | drop
250
- 000042: 42 80 80 80 80 80 80 80 80 | i64.const - 9223372036854775808
250
+ 000042: 42 80 80 80 80 80 80 80 80 | i64.const 9223372036854775808
251
251
00004b: 80 7f |
252
252
00004d: 1a | drop
253
- 00004e: 42 7f | i64.const -1
253
+ 00004e: 42 7f | i64.const 18446744073709551615
254
254
000050: 1a | drop
255
255
000051: 43 00 00 00 00 | f32.const 0x0p+0
256
256
000056: 1a | drop
You can’t perform that action at this time.
0 commit comments