Corrected sleigh compile issues for V850

This commit is contained in:
ghidra1
2020-06-30 13:42:43 -04:00
parent 34f0dd2b87
commit b8dde7b4c8

View File

@@ -17,12 +17,12 @@ define space register type=register_space size=4;
##### Helpers #####
#####################################################
@include "Helpers/Register.sinc"
@include "Helpers/Tokens.sinc"
@include "Helpers/Variables.sinc"
@include "Helpers/Conditions.sinc"
@include "Helpers/Macros.sinc"
@include "Helpers/Extras.sinc"
@include "./Helpers/Register.sinc"
@include "./Helpers/Tokens.sinc"
@include "./Helpers/Variables.sinc"
@include "./Helpers/Conditions.sinc"
@include "./Helpers/Macros.sinc"
@include "./Helpers/Extras.sinc"
@@ -30,8 +30,8 @@ define space register type=register_space size=4;
##### Instructions #####
#####################################################
@include "Instructions/Arithmetic.sinc"
@include "Instructions/Float.sinc"
@include "Instructions/Load_Store.sinc"
@include "Instructions/Logic.sinc"
@include "Instructions/Special.sinc"
@include "./Instructions/Arithmetic.sinc"
@include "./Instructions/Float.sinc"
@include "./Instructions/Load_Store.sinc"
@include "./Instructions/Logic.sinc"
@include "./Instructions/Special.sinc"