use full prototypes for functions without parameters

This commit is contained in:
Mario Haustein
2023-10-08 13:39:13 +02:00
parent 9c4f8a8123
commit 5983b399d8
20 changed files with 28 additions and 28 deletions

View File

@@ -7,7 +7,7 @@
#define X86_CODE32 "\x00" // add byte ptr ds:[eax],al
#define ADDRESS 0x1000000
static void VM_exec()
static void VM_exec(void)
{
uc_engine *uc;
uc_err err;