From 3d881cd0cb0a1c4e9c223a978098f033b42f326f Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Tue, 17 May 2005 21:28:19 +0000 Subject: [PATCH] (save_static_to_scratch): Initialize ar.ec. (Logical change 1.293) --- tests/ia64-test-nat-asm.S | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/ia64-test-nat-asm.S b/tests/ia64-test-nat-asm.S index 8c20b6c2..8482c35a 100644 --- a/tests/ia64-test-nat-asm.S +++ b/tests/ia64-test-nat-asm.S @@ -1,5 +1,5 @@ /* libunwind - a platform-independent unwind library - Copyright (C) 2004 Hewlett-Packard Co + Copyright (C) 2004-2005 Hewlett-Packard Co Contributed by David Mosberger-Tang This file is part of libunwind. @@ -394,6 +394,10 @@ save_static_to_scratch: mov f6 = f4;; .body + ld8 r2 = [in1] + ;; + mov ar.ec = r2 + LOAD_VAL(r4) LOAD_VAL(r5) LOAD_VAL(r6)