[inferno-kirkwood] push by mechiel@ueber.net - in the struct initializer, initialize pointers with memory pointers, n... on 2010-07-14 19:29 GMT

1 view
Skip to first unread message

inferno-...@googlecode.com

unread,
Jul 14, 2010, 3:30:56 PM7/14/10
to inferno-kirk...@googlegroups.com
Revision: e2794effc1
Author: Mechiel Lukkien <mec...@ueber.net>
Date: Wed Jul 14 12:29:39 2010
Log: in the struct initializer, initialize pointers with memory pointers,
not numbers.
http://code.google.com/p/inferno-kirkwood/source/detail?r=e2794effc1

Modified:
/xor.c

=======================================
--- /xor.c Mon Mar 15 06:57:05 2010
+++ /xor.c Wed Jul 14 12:29:39 2010
@@ -123,10 +123,10 @@
Rendez;
} xor = {
{
- {AddrXore0p0, AddrXore0},
- {AddrXore0p1, AddrXore0},
- {AddrXore1p0, AddrXore1},
- {AddrXore1p1, AddrXore1},
+ {XORE0P0REG, XORE0REG},
+ {XORE0P1REG, XORE0REG},
+ {XORE1P0REG, XORE1REG},
+ {XORE1P1REG, XORE1REG},
}
};

Reply all
Reply to author
Forward
0 new messages