drc: arm: use movw/movt

it's about time...
This commit is contained in:
notaz 2017-12-03 17:41:30 +02:00
parent 00468b0a9b
commit 98a3d79ba2
2 changed files with 19 additions and 0 deletions

View file

@ -29,6 +29,7 @@
#include <assert.h>
#include "../../pico/pico_int.h"
#include "../../pico/arm_features.h"
#include "sh2.h"
#include "compiler.h"
#include "../drc/cmn.h"