We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1ccd7 commit 55e06d0Copy full SHA for 55e06d0
src/dasm/dasm.c
@@ -263,6 +263,7 @@ internal DASM_InstArray
263
dasm_inst_array_from_handle(Arena *arena, DASM_Handle handle, U64 endt_us)
264
{
265
DASM_InstArray result = {0};
266
+ if(handle.u64[0] != 0 || handle.u64[1] != 0)
267
268
U64 hash = handle.u64[0];
269
U64 id = handle.u64[1];
0 commit comments