Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
snes9x2002
Commits
af0a6487
Commit
af0a6487
authored
Nov 10, 2015
by
aliaspider
Browse files
dirty fix for unaligned access.
parent
01cd0cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gfx16.c
View file @
af0a6487
...
...
@@ -3050,6 +3050,7 @@ _ROP_##rop##half \
" bmi 2f
\n
"
" mov r1, r0
\n
"
" mov r2, r0
\n
"
" bic %[p], #3
\n
"
"1:
\n
"
" subs %[width], %[width], #8
\n
"
...
...
@@ -3059,6 +3060,7 @@ _ROP_##rop##half \
"2:
\n
"
" tst %[width], #1
\n
"
" strneh %[back], [%[p]], #2
\n
"
" bic %[p], #3
\n
"
" tst %[width], #2
\n
"
" strne %[back], [%[p]], #4
\n
"
...
...
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