From 3bfca0ca6447860bccfaeac97aa9e7185b6c7d3c Mon Sep 17 00:00:00 2001 From: Sven Peter Date: Mon, 26 Jan 2009 16:07:36 +0100 Subject: [PATCH] ... this just seems to work now even without this align crap. --- crypto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto.c b/crypto.c index cbecef8..21dafee 100644 --- a/crypto.c +++ b/crypto.c @@ -8,7 +8,7 @@ #define AES_CMD_RESET 0 #define AES_CMD_DECRYPT 0x9800 -otp_t otp __attribute__((aligned(4))); // FIXME/WTF: why does this crash without the align?! +otp_t otp; void crypto_read_otp(void) {