mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
Revert a change that sneeked with 297619
This commit is contained in:
parent
4798b7f381
commit
fd82bc4f99
1 changed files with 1 additions and 3 deletions
|
|
@ -42,9 +42,7 @@
|
|||
#define AEABI_ENTRY(x) ENTRY(__aeabi_ ## x ## _vfp)
|
||||
#define AEABI_END(x) END(__aeabi_ ## x ## _vfp)
|
||||
#else
|
||||
#define AEABI_ENTRY(x) \
|
||||
.set __fbsd_ ## x, __aeabi_ ## x; \
|
||||
ENTRY(__aeabi_ ## x)
|
||||
#define AEABI_ENTRY(x) ENTRY(__aeabi_ ## x)
|
||||
#define AEABI_END(x) END(__aeabi_ ## x)
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue