diff options
author | notaz | 2013-03-25 01:23:39 +0200 |
---|---|---|
committer | notaz | 2013-03-25 03:45:31 +0200 |
commit | e5ed711cd97ac448e8378db562515698a4961f69 (patch) | |
tree | 80881aa247fad082badb25562960e8b1bbec93d1 | |
parent | 22ccf738dcfd79768da590e88b6ee70d5e78a21e (diff) | |
download | pcsx_rearmed-e5ed711cd97ac448e8378db562515698a4961f69.tar.gz pcsx_rearmed-e5ed711cd97ac448e8378db562515698a4961f69.tar.bz2 pcsx_rearmed-e5ed711cd97ac448e8378db562515698a4961f69.zip |
cspace_neon: convert to .S
we'll need the preprocessor in next patch
-rw-r--r-- | frontend/cspace_neon.S (renamed from frontend/cspace_neon.s) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/cspace_neon.s b/frontend/cspace_neon.S index b458f06..5d1502b 100644 --- a/frontend/cspace_neon.s +++ b/frontend/cspace_neon.S @@ -8,6 +8,8 @@ * See the COPYING file in the top-level directory. */ +#include "arm_features.h" + .text .align 2 |