Fix compile on 64bit linux

release
Doug Coleman 2007-12-12 16:22:41 -06:00
parent 73f393ad28
commit 0e20f7eb7e
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@
#elif defined(FACTOR_ARM)
#include "os-linux-arm.h"
#elif defined(FACTOR_AMD64)
#include "os-unix-ucontext.h"
#include "os-linux-x86-64.h"
#else
#error "Unsupported Linux flavor"