(svn r2601) Fix: Added TIC,TOC macros do be able to do profiling easier.

This commit is contained in:
ludde
2005-07-17 12:49:00 +00:00
parent b76a0b8158
commit 3ce9fb6bbd
2 changed files with 7 additions and 1 deletions

View File

@@ -2038,7 +2038,7 @@ static int ParseCommandLine(char *line, char **argv, int max_argc)
#if defined(_MSC_VER)
static uint64 _declspec(naked) rdtsc(void)
uint32 _declspec(naked) rdtsc(void)
{
_asm {
rdtsc