projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dff293e
)
compatibility fix with kqemu-x86_64
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Apr 2005 18:02:38 +0000
(18:02 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 24 Apr 2005 18:02:38 +0000
(18:02 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392
c046a42c
-6fe2-441c-8c8c-
71466251a162
exec.c
patch
|
blob
|
history
diff --git
a/exec.c
b/exec.c
index f923043763c6982492910959508d17406556f232..08914aecdea88361b17cfc6c0f635e84695e8e00 100644
(file)
--- a/
exec.c
+++ b/
exec.c
@@
-80,7
+80,7
@@
typedef struct PageDesc {
typedef struct PhysPageDesc {
/* offset in host memory of the page + io_index in the low 12 bits */
- u
nsigned long
phys_offset;
+ u
int32_t
phys_offset;
} PhysPageDesc;
typedef struct VirtPageDesc {