diff options
Diffstat (limited to 'src/cpu/i386/bist32.inc')
-rw-r--r-- | src/cpu/i386/bist32.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/i386/bist32.inc b/src/cpu/i386/bist32.inc new file mode 100644 index 0000000000..d2fb98cdc3 --- /dev/null +++ b/src/cpu/i386/bist32.inc @@ -0,0 +1,4 @@ + + /* Carefully print the failure if the built in self test did not pass */ + testl %eax, %eax + jnz bist32_fail |