sce_main.c : Added "return 0;" to the end of main.
[binutils-gdb.git] / sim / testsuite / sky / sce_main.c
index 2fb0ebca1ece2416eff6911f9323fb95cee8273f..d6a74754c8d2d0b3e0daf499afd57c4c3a0cdf69 100644 (file)
@@ -134,4 +134,6 @@ int main() {
     wait_until_idle();
     start_DMA_ch1_source_chain(&gpu_refresh);
     wait_a_while();
+
+    return 0;
 }