Changeset 40636 in vbox for trunk/src/bldprogs
- Timestamp:
- Mar 26, 2012 12:14:18 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77062
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxTpG.cpp
r40619 r40636 160 160 static unsigned g_cAssemblerOptions = 0; 161 161 static const char *g_apszAssemblerOptions[32]; 162 static const char *g_pszProbeFnName = "SUPR0 FireProbe";162 static const char *g_pszProbeFnName = "SUPR0VtgFireProbe"; 163 163 static bool g_fProbeFnImported = true; 164 164 /** @} */ … … 930 930 ScmStreamPrintf(pStrm, 931 931 "); \\\n" 932 " } \\\n"); 932 " } \\\n" 933 " { \\\n" ); 933 934 RTListForEach(&pProbe->ArgHead, pArg, VTGARG, ListEntry) 934 935 { … … 940 941 } 941 942 ScmStreamPrintf(pStrm, 943 " } \\\n" 942 944 " } while (0)\n" 943 945 "\n");
Note:
See TracChangeset
for help on using the changeset viewer.