Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mkcl
mkcl
Commits
bf2f04d4
Commit
bf2f04d4
authored
May 20, 2020
by
Jean-Claude Beaudoin
Browse files
Finish redefinition of alloca() to __mkcc_alloca().
parent
8d8aa0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/tinycc/lib/alloca-arm.S
View file @
bf2f04d4
.
text
.
align
2
.
global
__mkcc_alloca
.
type
alloca
,
%
function
alloca
:
.
type
__mkcc_
alloca
,
%
function
__mkcc_
alloca
:
rsb
sp
,
r0
,
sp
bic
sp
,
sp
,
#
7
mov
r0
,
sp
...
...
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