i forgot this one to compile in freebsd/amd64 - vx32 - Local 9vx git repository for patches. | |
Log | |
Files | |
Refs | |
--- | |
commit a0474d76cb9af3ad344610854ea3a9bb1d47dc14 | |
parent d9f8fc775aa2a17bcf8b666b54b0e364d9333871 | |
Author: Jesus Galan Lopez (yiyus) | |
Date: Wed, 9 Jun 2010 01:02:17 +0200 i forgot this one to compile in freebsd/amd64 Diffstat: src/libvx32/freebsd.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) --- | |
diff --git a/src/libvx32/freebsd.c b/src/libvx32/freebsd.c | |
@@ -40,12 +40,14 @@ static void setlimit(struct user_segment_descriptor *desc, unsigned long limit) desc->sd_hilimit = limit >> 16; } +/* #ifdef __amd64__ union descriptor { struct user_segment_descriptor sd; struct gate_descriptor gd; }; #endif +*/ int vxemu_map(vxemu *emu, vxmmap *mm) { |