From fca18b502933e772cf882d46b73e8a2e3cce5aa8 Mon Sep 17 00:00:00 2001 From: bernd Date: Wed, 20 Jul 2011 07:41:14 +0200 Subject: [PATCH] Added workaround ARM asm --- simulat0r/firmware/basic/xxtea.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/simulat0r/firmware/basic/xxtea.c b/simulat0r/firmware/basic/xxtea.c index 77604be..c315d35 100644 --- a/simulat0r/firmware/basic/xxtea.c +++ b/simulat0r/firmware/basic/xxtea.c @@ -1,2 +1,4 @@ -/* AUTOGENERATED SOURCE FILE */ +/* use SAFE version instead of ARM asm */ +#define SAFE + #include "../../../firmware/basic/xxtea.c"