mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
@ -27,8 +27,9 @@
|
||||
* Symbols for calls generated by the compiler (i.e., on ARM), and
|
||||
* provided by the C++ runtime.
|
||||
*/
|
||||
memcpy;
|
||||
memset;
|
||||
memcpy;
|
||||
memset;
|
||||
memmove;
|
||||
|
||||
/*
|
||||
* Debugging
|
||||
@ -88,6 +89,7 @@
|
||||
|
||||
/* Pistachio */
|
||||
__L4_ThreadSwitch;
|
||||
__L4_Ipc;
|
||||
|
||||
local:
|
||||
|
||||
|
Reference in New Issue
Block a user