Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
micropython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
micropython
Commits
3f9c45ef
Commit
3f9c45ef
authored
Jan 03, 2017
by
Damien George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py/asmarm: Fix assembler's PASS_EMIT constant name.
parent
714a59ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
py/asmarm.c
py/asmarm.c
+1
-1
No files found.
py/asmarm.c
View file @
3f9c45ef
...
...
@@ -39,7 +39,7 @@
#define SIGNED_FIT24(x) (((x) & 0xff800000) == 0) || (((x) & 0xff000000) == 0xff000000)
void
asm_arm_end_pass
(
asm_arm_t
*
as
)
{
if
(
as
->
base
.
pass
==
ASM_AR
M_PASS_EMIT
)
{
if
(
as
->
base
.
pass
==
MP_AS
M_PASS_EMIT
)
{
#ifdef __arm__
// flush I- and D-cache
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