am a5b8768f: Merge "Add support for memcpy/memset to RS." into honeycomb
* commit 'a5b8768f01462374aed42e5c602afe65b7e050ef': Add support for memcpy/memset to RS.
This commit is contained in:
@@ -856,6 +856,8 @@ static ScriptCState::SymbolTable_t gSyms[] = {
|
||||
{ "__modsi3", (void *)&SC_modsi3, true },
|
||||
{ "__udivsi3", (void *)&SC_udivsi3, true },
|
||||
{ "__umodsi3", (void *)&SC_umodsi3, true },
|
||||
{ "memset", (void *)&memset, true },
|
||||
{ "memcpy", (void *)&memcpy, true },
|
||||
|
||||
// allocation
|
||||
{ "_Z19rsAllocationGetDimX13rs_allocation", (void *)&SC_allocGetDimX, true },
|
||||
|
||||
Reference in New Issue
Block a user