From eae2616ea53239af9db785e7cb897ba4a54ebeec Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 25 Aug 2010 10:36:43 +0200 Subject: [PATCH] really disable the asm crap --- src/simulator/uint64x64-cairo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/simulator/uint64x64-cairo.h b/src/simulator/uint64x64-cairo.h index 6704facd1..e1d4417fa 100644 --- a/src/simulator/uint64x64-cairo.h +++ b/src/simulator/uint64x64-cairo.h @@ -6,7 +6,8 @@ #include "cairo-wideint-private.h" #ifdef __i386__ -#define UINT64x64_CAIRO_ASM 1 +// this assembly code does not appear to work right yet. +#define noUINT64x64_CAIRO_ASM 1 #endif namespace ns3 {