diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-05-08 00:31:34 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-05-08 00:31:34 +0000 |
commit | ba8c25affb3178006435fd54c2ddef51587cc1bf (patch) | |
tree | 218b88e60ac54786234f37adc3356c0f295fe770 /util/romcc/tests/simple_test4.c | |
parent | ab2ea6b474b6584b8e12eb2b6ac698de05d5efc9 (diff) | |
download | coreboot-ba8c25affb3178006435fd54c2ddef51587cc1bf.tar.xz |
- Update the test cases for romcc
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@817 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/romcc/tests/simple_test4.c')
-rw-r--r-- | util/romcc/tests/simple_test4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/romcc/tests/simple_test4.c b/util/romcc/tests/simple_test4.c index bfc05d9e0d..57af2af390 100644 --- a/util/romcc/tests/simple_test4.c +++ b/util/romcc/tests/simple_test4.c @@ -2,7 +2,7 @@ #define HAVE_CAST_SUPPORT 1 #define HAVE_STATIC_ARRAY_SUPPORT 1 #define HAVE_POINTER_SUPPORT 1 -#define HAVE_CONSTANT_PROPOGATION 1 +#define HAVE_CONSTANT_PROPOGATION 0 #define CALCULATE_DRB_REG 1 void outb(unsigned char value, unsigned short port) |