Skip to content

Commit 16f82ce

Browse files
committed
optimized decode_inst
1 parent 27ad6b5 commit 16f82ce

File tree

2 files changed

+198
-186
lines changed

2 files changed

+198
-186
lines changed

examples/tests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
2525
printf("diStorm version: %d.%d.%d\n", (dver >> 16), ((dver) >> 8) & 0xff, dver & 0xff);
2626

2727
unsigned char rawData[] = {
28-
0xf2, 0xaf
28+
0x48, 0x66, 0x0f, 0x10, 0xc0
2929
};
3030

3131
_CodeInfo ci = { 0 };

0 commit comments

Comments
 (0)