Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tiger
nolimips
Commits
21381805
Commit
21381805
authored
Oct 03, 2005
by
Benoit Perrot
Browse files
2005-10-03 Benoît Perrot <benoit@nrde.epita.fr>
* src/vm/nolimips_system_library.cc: Provide a stub for free().
parent
1fd5e72f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
21381805
2005-10-03 Benot Perrot <benoit@nrde.epita.fr>
* src/vm/nolimips_system_library.cc: Provide a stub for free().
2005-10-01 Benot Perrot <benoit@lrde.epita.fr>
Introduce nolimips system library.
...
...
src/vm/nolimips_system_library.cc
View file @
21381805
...
...
@@ -105,6 +105,9 @@ namespace vm
cpu
.
set_register
(
Cpu
::
v0
,
cpu
.
get_mmu
().
data_sbrk
(
cpu
.
get_register
(
Cpu
::
a0
)));
break
;
case
0x34
:
// free(buf: $a0)
// FIXME
break
;
default:
assertion
(
!
"syscall: Not implemented yet"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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