From b8dde7b4c8a15994f3d13cef7aedf5632aeea6a7 Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Tue, 30 Jun 2020 13:42:43 -0400 Subject: [PATCH] Corrected sleigh compile issues for V850 --- .../V850/data/languages/V850.slaspec | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Ghidra/Processors/V850/data/languages/V850.slaspec b/Ghidra/Processors/V850/data/languages/V850.slaspec index 97c06f1649..633e0e386e 100644 --- a/Ghidra/Processors/V850/data/languages/V850.slaspec +++ b/Ghidra/Processors/V850/data/languages/V850.slaspec @@ -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"