X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fx86_64%2Fasmpart.S;h=e72711d14ba9788a007f937a30100bf510d4f696;hb=d62d56aa9150bb2156dac82966795fdcbd7562e0;hp=5807491ecbac01e65242b9c65be0c10615d4faaa;hpb=032957bfb6cc84a4440fb6c3de972b15148b52b6;p=cacao.git diff --git a/src/vm/jit/x86_64/asmpart.S b/src/vm/jit/x86_64/asmpart.S index 5807491ec..e72711d14 100644 --- a/src/vm/jit/x86_64/asmpart.S +++ b/src/vm/jit/x86_64/asmpart.S @@ -56,8 +56,6 @@ .globl asm_builtin_d2i .globl asm_builtin_d2l - .globl asm_get_cycle_count - /********************* function asm_calljavafunction *************************** * * @@ -389,20 +387,6 @@ asm_builtin_d2l: ret -/* asm_get_cycle_count ********************************************************* - - Get the current time-stamp counter from the CPU. - -*******************************************************************************/ - -asm_get_cycle_count: - rdtsc - shl $0x20, %rdx - mov %eax, %eax - or %rdx, %rax - ret - - /* disable exec-stacks ********************************************************/ #if defined(__linux__) && defined(__ELF__)