diff options
author | Eric Anholt <eric@anholt.net> | 2006-08-31 15:57:35 -0700 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-03-04 15:54:24 +0000 |
commit | d538dfc4625aaadb3e6de07528d24abd0c1fa8df (patch) | |
tree | 7abdd9f3daf84634cb1aab8f1e0fd77c9c70c114 /assembler | |
parent | 892d6e7ed0b785c7e4fef754f5915e89d0282a20 (diff) |
Fix the width of the IP count field expected by the while test.
Diffstat (limited to 'assembler')
-rw-r--r-- | assembler/test/while.expected | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assembler/test/while.expected b/assembler/test/while.expected index e7542706..adad7030 100644 --- a/assembler/test/while.expected +++ b/assembler/test/while.expected @@ -1 +1 @@ - { 0x00000027, 0x34001c00, 0x00011400, 0x0000007e }, + { 0x00000027, 0x34001c00, 0x00011400, 0x0000fffe }, |