diff options
Diffstat (limited to 'target/i386/hvf/x86_gen.h')
-rw-r--r-- | target/i386/hvf/x86_gen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/hvf/x86_gen.h b/target/i386/hvf/x86_gen.h index e5739f1de5..96d6c5a811 100644 --- a/target/i386/hvf/x86_gen.h +++ b/target/i386/hvf/x86_gen.h @@ -18,8 +18,6 @@ #ifndef __X86_GEN_H__ #define __X86_GEN_H__ -typedef uint64_t addr_t; - #define VM_PANIC(x) {\ printf("%s\n", x); \ abort(); \ |