Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
gplib
Observar
1
Favorito
1
Fork
0
Código
Issues
8
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Gave a sad rbx back to his mom
channel
Ludovic 'Archivist' Lagouardette
4 anos atrás
pai
f29fe07676
commit
1daf0ad309
1 arquivos alterados
com
6 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+6
-4
include/gp/vfs/platforms/gcc-x86_64.hpp
+ 6
- 4
include/gp/vfs/platforms/gcc-x86_64.hpp
Ver arquivo
@ -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
)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar