samples: cleanup shellcode.c

This commit is contained in:
Nguyen Anh Quynh 2015-09-05 00:59:53 +08:00
parent 8d725ba107
commit 51a4fe0766

View file

@ -40,7 +40,6 @@ static void hook_code(ucengine *uc, uint64_t address, uint32_t size, void *user_
}
}
#define MIN(a, b) (a < b? a : b)
// callback for handling interrupt
// ref: http://syscalls.kernelgrok.com/
static void hook_intr(ucengine *uc, uint32_t intno, void *user_data)