[Sablevm-developer] Bug#245834: Missing amd64 support.
Brought to you by:
egagnon
From: Kurt R. <Q...@pi...> - 2004-04-25 17:56:52
|
Package: sablevm Version: 1.1.3-1 It currently doesn't seem to have support for amd64. Adding support for it seems mostly adding || defined(__x86_64__) where __i386__ is used, except for system.h where the word/allignment needs to be chagned from 32bit/4byte to 64bit/8byte. I just don't know enough assembler/hardware details for the things in system.c Kurt |