x86emu: avoid compiler warning

This commit is contained in:
Alexander Boettcher 2013-09-24 14:46:08 +02:00 committed by Norman Feske
parent e450602196
commit ff02dc8f10
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ typedef genode_uint32_t uint32_t;
typedef genode_int64_t int64_t;
typedef genode_uint64_t uint64_t;
int abs(int j);
#define NULL (void*)0