[PATCH] Fix typo in variable name

From: Lucas Gabriel Vuotto <l.vuotto92_AT_gmail.com>
Date: Wed, 13 Apr 2016 10:46:38 -0300

Signed-off-by: Lucas Gabriel Vuotto <l.vuotto92_AT_gmail.com>
---
 cc2/arch/qbe/cgen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cc2/arch/qbe/cgen.c b/cc2/arch/qbe/cgen.c
index e01e716..2882be5 100644
--- a/cc2/arch/qbe/cgen.c
+++ b/cc2/arch/qbe/cgen.c
_AT_@ -156,7 +156,7 @@ sethi(Node *np)
 	if (np->address > 10)
 		return np;
 	if (lp)
-		rp->complex = lp->complex;
+		np->complex = lp->complex;
 	if (rp) {
 		int d = np->complex - rp->complex;
 
-- 
1.9.1
--------------699FEEBF962865CE54A04EAF--
Received on Mon Sep 17 2001 - 00:00:00 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 13 2016 - 16:00:20 CEST