From b191f1a957e311bb0a2d329b988b07cba6d360f0 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 28 Sep 2011 11:40:06 -0400 Subject: [PATCH] Fix typo in loc2c-runtime.h for ia64 --- runtime/loc2c-runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/loc2c-runtime.h b/runtime/loc2c-runtime.h index d11f28f47..953ebf110 100644 --- a/runtime/loc2c-runtime.h +++ b/runtime/loc2c-runtime.h @@ -393,7 +393,7 @@ static void ursl_store64 (const struct usr_regset_lut* lut,unsigned lutsize, in #undef pt_regs_fetch_register #undef pt_regs_store_register -#define pt_regs_fetch_register(pt_regs,(regno) \ +#define pt_regs_fetch_register(pt_regs,regno) \ ia64_fetch_register(regno, pt_regs, &c->unwaddr) #define pt_regs_store_register(pt_regs,regno,value) \ ia64_store_register(regno, pt_regs, value) -- 2.43.5