diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-06-10 21:22:07 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-06-10 21:22:07 +0000 |
commit | 6aa31cc754744a83177ea922e71c6bdf02cad5df (patch) | |
tree | 00fc8a3cc81f367240eb5ac5a627841d1bb0a1a0 /util/romcc/tests/simple_test6.c | |
parent | dc18ef018d080f050de9e28be913f544d3009cb2 (diff) |
- Update romcc to version 0.27 and add more tests.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@865 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/romcc/tests/simple_test6.c')
-rw-r--r-- | util/romcc/tests/simple_test6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/romcc/tests/simple_test6.c b/util/romcc/tests/simple_test6.c index 3dac72d0fb..aba7f1f549 100644 --- a/util/romcc/tests/simple_test6.c +++ b/util/romcc/tests/simple_test6.c @@ -260,7 +260,7 @@ static void test(void) #if 1 outb(m, 0xab); #endif -#if 0 +#if 1 outb(n, 0xab); #endif #if 0 |