mirror of
https://github.com/zeldaret/ph
synced 2026-06-05 11:17:52 -04:00
Move ov000 documentation from Ghidra
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ CC_FLAGS = " ".join([
|
||||
"-proc arm946e", # Target processor
|
||||
"-gccext,on", # Enable GCC extensions
|
||||
"-fp soft", # Compute float operations in software
|
||||
"-inline on,noauto", # Inline only functions marked with 'inline'
|
||||
"-inline noauto", # Inline only functions marked with 'inline'
|
||||
"-lang=c++", # Set language to C++
|
||||
"-Cpp_exceptions off", # Disable C++ exceptions
|
||||
"-RTTI off", # Disable runtime type information
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ cc.extend([
|
||||
'-proc', 'arm946e',
|
||||
'-gccext,on',
|
||||
'-fp', 'soft',
|
||||
'-inline', 'on,noauto',
|
||||
'-inline', 'noauto',
|
||||
'-Cpp_exceptions', 'off',
|
||||
'-RTTI', 'off',
|
||||
'-interworking',
|
||||
|
||||
Reference in New Issue
Block a user