dep/vixl: Fix building for AArch32

This commit is contained in:
Connor McLaughlin
2020-11-21 01:52:13 +10:00
parent 125d104df4
commit 302b08023e
10 changed files with 28 additions and 27 deletions

View File

@@ -33,8 +33,8 @@ extern "C" {
#include <iomanip>
#include "aarch32/constants-aarch32.h"
#include "aarch32/operands-aarch32.h"
#include "constants-aarch32.h"
#include "operands-aarch32.h"
namespace vixl {
namespace aarch32 {