in as_callfunc_arm_gcc.S you use instruction:
stmdb sp!, {r4-r8, lr}
but stmdb doesn't exist on ARM processors lower than version ARM 7.Can it be fixed? I'm using 2.20.3 version of Angel Script, but I see the same code in the latest version too.
Thanks in advance .