change global ranges in cspecs

GP-3863 adjust AARCH64 volatile reg range
This commit is contained in:
James 2023-09-22 09:24:14 -04:00
parent 3bb95e85ef
commit 034a0b28ad
3 changed files with 1 additions and 7 deletions

View File

@ -25,9 +25,6 @@
<global>
<range space="ram"/>
<!-- The decompiler will treat registers in this range as global variables.
ie: tmp_ldWn, tmp_ldXn, tmp_stWn, tmp_stXn -->
<range space="register" first="0x3000" last="0x3fff"/>
</global>
<stackpointer register="sp" space="ram"/>

View File

@ -27,7 +27,7 @@
</default_symbols>
<volatile outputop="cWrite" inputop="cRead">
<range space="register" first="0x1000" last="0x3fff"/>
<range space="register" first="0x1000" last="0x2fff"/>
</volatile>
<register_data>

View File

@ -25,9 +25,6 @@
<global>
<range space="ram"/>
<!-- The decompiler will treat registers in this range as global variables.
ie: tmp_ldWn, tmp_ldXn, tmp_stWn, tmp_stXn -->
<range space="register" first="0x3000" last="0x3fff"/>
</global>
<aggressivetrim signext="true"/> <!-- Aggressively try to eliminate sign extensions -->