]> Git Repo - qemu.git/blobdiff - target-sh4/README.sh4
Replace assert(0) with abort() or cpu_abort()
[qemu.git] / target-sh4 / README.sh4
index 647a345a8926aa26b4a9b9c7b90990fb0bde0c7b..e578830f79d3ce7be46c35bea2c32b36eeb8d1e4 100644 (file)
@@ -6,7 +6,7 @@ The sh4 target is not ready at all yet for integration in qemu. This
 file describes the current state of implementation.
 
 Most places requiring attention and/or modification can be detected by
-looking for "XXXXX" or "assert (0)".
+looking for "XXXXX" or "abort()".
 
 The sh4 core is located in target-sh4/*, while the 7750 peripheral
 features (IO ports for example) are located in hw/sh7750.[ch]. The
@@ -141,7 +141,7 @@ if __name__ == '__main__':
     import sys
     denand (open (sys.argv[1], 'rb'),
             open (sys.argv[2], 'wb'))
-   
+
 Style isssues
 -------------
 
This page took 0.023279 seconds and 4 git commands to generate.