Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f979c996
Commit
f979c996
authored
Sep 24, 1992
by
Jim Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(push_function_context): Save epilogue_delay_list.
(pop_function_context): Restore epilogue_delay_list. From-SVN: r2245
parent
bd231550
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gcc/function.c
+2
-0
No files found.
gcc/function.c
View file @
f979c996
...
...
@@ -424,6 +424,7 @@ push_function_context ()
p
->
temp_slots
=
temp_slots
;
p
->
temp_slot_level
=
temp_slot_level
;
p
->
fixup_var_refs_queue
=
0
;
p
->
epilogue_delay_list
=
current_function_epilogue_delay_list
;
save_tree_status
(
p
);
save_storage_status
(
p
);
...
...
@@ -483,6 +484,7 @@ pop_function_context ()
function_call_count
=
p
->
function_call_count
;
temp_slots
=
p
->
temp_slots
;
temp_slot_level
=
p
->
temp_slot_level
;
current_function_epilogue_delay_list
=
p
->
epilogue_delay_list
;
restore_tree_status
(
p
);
restore_storage_status
(
p
);
...
...
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