diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-24 15:26:06 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-01-24 15:26:06 +0000 |
commit | 35b66fc4f9dd2c4c3fb8e26c5c1480965b81bbd4 (patch) | |
tree | 783786d117cfbfc5f339061cbd5c97e418f5c74e /exec-all.h | |
parent | 13eb76e091a302dff848b0001a64d1b571450ccc (diff) |
correct target_ulong definition
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@582 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-all.h')
-rw-r--r-- | exec-all.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/exec-all.h b/exec-all.h index fa407e94a..9c7e5ed83 100644 --- a/exec-all.h +++ b/exec-all.h @@ -28,11 +28,6 @@ #define tostring(s) #s #endif -#ifndef THUNK_H -/* horrible */ -typedef uint32_t target_ulong; -#endif - #if GCC_MAJOR < 3 #define __builtin_expect(x, n) (x) #endif |