Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
3f9c45ef
Commit
3f9c45ef
authored
Jan 03, 2017
by
Damien George
Browse files
py/asmarm: Fix assembler's PASS_EMIT constant name.
parent
714a59ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/asmarm.c
View file @
3f9c45ef
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
#define SIGNED_FIT24(x) (((x) & 0xff800000) == 0) || (((x) & 0xff000000) == 0xff000000)
#define SIGNED_FIT24(x) (((x) & 0xff800000) == 0) || (((x) & 0xff000000) == 0xff000000)
void
asm_arm_end_pass
(
asm_arm_t
*
as
)
{
void
asm_arm_end_pass
(
asm_arm_t
*
as
)
{
if
(
as
->
base
.
pass
==
AS
M_A
R
M_PASS_EMIT
)
{
if
(
as
->
base
.
pass
==
M
P
_A
S
M_PASS_EMIT
)
{
#ifdef __arm__
#ifdef __arm__
// flush I- and D-cache
// flush I- and D-cache
asm
volatile
(
asm
volatile
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment