We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2d4b7 commit cde6b37Copy full SHA for cde6b37
src/Utils/util.cpp
@@ -32,7 +32,7 @@ StackValue *readArgs(Type function, uint8_t *data) {
32
break;
33
}
34
default: {
35
- FATAL("no argument of type %" PRIu32 "\n", args[i].value_type);
+ FATAL("no argument of type %" SCNu8 "\n", args[i].value_type);
36
37
38
0 commit comments