From b75ad888f99136f9cc9a3b5384f4fd62013011f4 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 17 Apr 2006 00:09:02 +0000 Subject: [PATCH] Ooops^2 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9696 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/pcf50606.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/drivers/pcf50606.c b/firmware/drivers/pcf50606.c index 5c8f8d0e96..0f2d73664b 100644 --- a/firmware/drivers/pcf50606.c +++ b/firmware/drivers/pcf50606.c @@ -227,7 +227,7 @@ static inline bool pcf50606_i2c_getack(void) "subq.l #1,%%d0 \n" "bhi.s 1b \n" : /* outputs */ - [ret]"=&r"(ret) + [ret]"=&d"(ret) : /* inputs */ [gpio]"a"(&GPIO_READ), [sclb]"d"(0x00001000),