From 58e91f3e95460b6ed327ef30c580b68e7973cf44 Mon Sep 17 00:00:00 2001 From: Denis Efremov Date: Thu, 9 May 2013 09:36:57 +0000 Subject: [PATCH] --- yaml --- r: 375758 b: refs/heads/master c: d552b233f692416d63bb93eb35bf24e5c95c7e0b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pmcs-msp71xx/msp_prom.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2be0eded56c0..f3b73caf0fca 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 49c426ba445f83d304a5eab3d49efa123329cf2b +refs/heads/master: d552b233f692416d63bb93eb35bf24e5c95c7e0b diff --git a/trunk/arch/mips/pmcs-msp71xx/msp_prom.c b/trunk/arch/mips/pmcs-msp71xx/msp_prom.c index 0edb89a63516..1c9897531660 100644 --- a/trunk/arch/mips/pmcs-msp71xx/msp_prom.c +++ b/trunk/arch/mips/pmcs-msp71xx/msp_prom.c @@ -83,7 +83,7 @@ static inline unsigned char str2hexnum(unsigned char c) return 0; /* foo */ } -static inline int str2eaddr(unsigned char *ea, unsigned char *str) +int str2eaddr(unsigned char *ea, unsigned char *str) { int index = 0; unsigned char num = 0;