tgcc4 - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3c47d761741a0bd32d201bbfcb1cbe25fdb2fd2f
(DIR) parent f691849bf65e1bc8481c7d128cc2a519766ee45b
(HTM) Author: rsc <devnull@localhost>
Date: Wed, 13 Jul 2005 23:01:04 +0000
gcc4
Diffstat:
M src/libmach/loc.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/libmach/loc.c b/src/libmach/loc.c
t@@ -205,6 +205,7 @@ locindir(char *reg, long offset)
l.type = LOFFSET;
l.reg = reg;
l.offset = offset;
+ l.addr = 0; /* SHUT UP GCC 4.0 */
return l;
}