summaryrefslogtreecommitdiff
path: root/exec-all.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-24 15:26:06 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-01-24 15:26:06 +0000
commit35b66fc4f9dd2c4c3fb8e26c5c1480965b81bbd4 (patch)
tree783786d117cfbfc5f339061cbd5c97e418f5c74e /exec-all.h
parent13eb76e091a302dff848b0001a64d1b571450ccc (diff)
downloadqemu-35b66fc4f9dd2c4c3fb8e26c5c1480965b81bbd4.tar.gz
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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/exec-all.h b/exec-all.h
index fa407e94a6..9c7e5ed83f 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