ソースを参照

Gave a sad rbx back to his mom

channel
Ludovic 'Archivist' Lagouardette 3年前
コミット
1daf0ad309
1個のファイルの変更6行の追加4行の削除
  1. +6
    -4
      include/gp/vfs/platforms/gcc-x86_64.hpp

+ 6
- 4
include/gp/vfs/platforms/gcc-x86_64.hpp ファイルの表示

@ -48,14 +48,16 @@ namespace gp{
__asm__ __volatile__(
"movq %1, %%rsp\n"
"movq %2, %%rbp\n"
"movq %3, %%r12\n"
"movq %4, %%r13\n"
"movq %5, %%r14\n"
"movq %6, %%r15\n"
"movq %3, %%rbx\n"
"movq %4, %%r12\n"
"movq %5, %%r13\n"
"movq %6, %%r14\n"
"movq %7, %%r15\n"
"popq %0\n"
: "+r"(location)
: "m"(tmp)
, "m"(base_ptr)
, "m"(rbx)
, "m"(r12)
, "m"(r13)
, "m"(r14)

読み込み中…
キャンセル
保存