mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15016 from 0xc0170/fix-iar-cmsis-update
Fix IAR cmsis update breakagepull/15017/head
commit
f6e165febe
|
@ -27,7 +27,6 @@
|
|||
NAME irq_armv6m.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
I_T_RUN_OFS EQU 20 ; osRtxInfo.thread.run offset
|
||||
TCB_SP_OFS EQU 56 ; TCB.SP offset
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
NAME irq_armv6m.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
I_T_RUN_OFS EQU 20 ; osRtxInfo.thread.run offset
|
||||
TCB_SP_OFS EQU 56 ; TCB.SP offset
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
NAME irq_armv8mbl.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
#ifndef DOMAIN_NS
|
||||
#define DOMAIN_NS 0
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
NAME irq_armv7m.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
#ifdef __ARMVFP__
|
||||
FPU_USED EQU 1
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
NAME irq_armv8mml.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
#ifndef DOMAIN_NS
|
||||
#define DOMAIN_NS 0
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
NAME irq_armv7m.s
|
||||
|
||||
|
||||
#include "rtx_def.h"
|
||||
|
||||
|
||||
#ifdef __ARMVFP__
|
||||
FPU_USED EQU 1
|
||||
|
|
|
@ -148,7 +148,8 @@
|
|||
"fb354752eb69403ad503c8e53da67da6483776d6",
|
||||
"08ab8cc47d8722bf0c767990cd615cf1c427d006",
|
||||
"00580ce3f5d64b76342b7f26deed55e842056ea0",
|
||||
"c122158d496d59fbd723bdb17bbc7bd5cc95245e"
|
||||
"c122158d496d59fbd723bdb17bbc7bd5cc95245e",
|
||||
"43a86f30450f8e9cec366434f6f752430847b4cf"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue