X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Fld-acess.so_src%2Farch%2Farmv7.S.h;h=7e604f1d85bd192374d8332ad56673b38e184e9b;hb=6a28fd66345b484f9dfa5dba869888becdaf7112;hp=9132c0261ade1014733e0acd250450688427e34c;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/ld-acess.so_src/arch/armv7.S.h b/Usermode/Libraries/ld-acess.so_src/arch/armv7.S.h index 9132c026..7e604f1d 100644 --- a/Usermode/Libraries/ld-acess.so_src/arch/armv7.S.h +++ b/Usermode/Libraries/ld-acess.so_src/arch/armv7.S.h @@ -16,7 +16,7 @@ _start: b _exit -@ Stupid GCC +// Stupid GCC .globl __ucmpdi2 __ucmpdi2: cmp r0, r2 @@ -32,36 +32,36 @@ __ucmpdi2: mov r0, #1 mov pc, lr -@ Well, can't blame it -@ - Clear the instruction cache +//@ Well, can't blame it +// - Clear the instruction cache .globl __clear_cache __clear_cache: svc #0x1001 mov pc, lr -@ DEST -@ SRC -@_memcpy: -@ push rbp -@ mov rbp, rsp -@ -@ ; RDI - First Param -@ ; RSI - Second Param -@ mov rcx, rdx ; RDX - Third -@ rep movsb -@ -@ pop rbp -@ ret -@ + +@ >r0: PC +@ >r1: Pointer to item count +@