Skip to content

Commit e5aab8c

Browse files
author
MooglyGuy
committed
Attempt at fixing the CI builds by expanding parse_number to take a u64
1 parent b7fc7e5 commit e5aab8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/unidasm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1165,7 +1165,7 @@ void unidasm_data_buffer::decrypt(const unidasm_data_buffer &buffer, bool opcode
11651165
abort();
11661166
}
11671167

1168-
static int parse_number(const char *curarg, const char *default_format, u32 *value)
1168+
static int parse_number(const char *curarg, const char *default_format, u64 *value)
11691169
{
11701170
int result;
11711171
if(curarg[0] == '0' && curarg[1] != '\0') {

0 commit comments

Comments
 (0)