Fix loongarch stpcpy on loader

This commit is contained in:
Adhemerval Zanella 2023-11-23 14:19:52 -03:00
parent 73f106d247
commit 195eaa59ae
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#define USE_AS_STPCPY
#define STRCPY stpcpy
#include "strcpy-aligned.S"