mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 01:15:46 -04:00
dep/vixl: Fix building for AArch32
This commit is contained in:
@ -34,9 +34,10 @@ extern "C" {
|
||||
#include <algorithm>
|
||||
#include <ostream>
|
||||
|
||||
#include "code-buffer-vixl.h"
|
||||
#include "utils-vixl.h"
|
||||
#include "aarch32/constants-aarch32.h"
|
||||
#include "../code-buffer-vixl.h"
|
||||
#include "../utils-vixl.h"
|
||||
|
||||
#include "constants-aarch32.h"
|
||||
|
||||
#ifdef __arm__
|
||||
#define HARDFLOAT __attribute__((noinline, pcs("aapcs-vfp")))
|
||||
|
Reference in New Issue
Block a user