Possible bug(?): as_callfunc_arm_gcc.S and stmdb

Started by
0 comments, last by WitchLord 12 years, 6 months ago
Hello,

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 :).
Advertisement
:)

I don't know anything about arm assembly, but if you tell me how to change the code to work on older cpu's I'll do it.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement