Ignore:
Timestamp:
Aug 20, 2007, 12:46:14 AM (18 years ago)
Author:
bird
Message:

made it build again.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/kProfile/prfamd64msc.asm

    r3524 r3526  
    22;; @file
    33;
    4 ; kProfiler MK2 - Microsoft C/C++ Compiler Interaction.
     4; kProfiler MK2 - Microsoft C/C++ Compiler Interaction, AMD64.
    55;
    66;
     
    3838extern KPRF_LEAVE
    3939
    40 global __penter
    41 global __pexit
     40global _penter
     41global _pexit
    4242
    4343;ifdef  UNDEFINED
     
    4646global common_no_overhead
    4747global calibrate
    48 global outer_calibration_loop
    49 global inner_calibration_loop
    5048global calib_inner_update_minimum
    5149global calib_inner_next
     
    7573;
    7674align 16
    77 __penter:
     75_penter:
    7876        ; save volatile register and get the time stamp.
    7977        push    eax
     
    116114;
    117115align 16
    118 __pexit:
     116_pexit:
    119117        ; save volatile register and get the time stamp.
    120118        push    eax
     
    280278
    281279;;
    282 ; The calibration __penter - this must be identical to the real thing except for the KPRF call.
     280; The calibration _penter - this must be identical to the real thing except for the KPRF call.
    283281align 16
    284282calib_penter:
     
    305303
    306304;;
    307 ; The calibration __pexit - this must be identical to the real thing except for the KPRF call.
     305; The calibration _pexit - this must be identical to the real thing except for the KPRF call.
    308306align 16
    309307calib_pexit:
Note: See TracChangeset for help on using the changeset viewer.