mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-03 14:31:10 +00:00
fix C++ comment in C header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162856 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e76db9ad4
commit
688c1cd6c9
@ -21,7 +21,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO: Strip out unused entries once ProfileInfo etc has been removed.
|
/* TODO: Strip out unused entries once ProfileInfo etc has been removed. */
|
||||||
enum ProfilingType {
|
enum ProfilingType {
|
||||||
ArgumentInfo = 1, /* The command line argument block */
|
ArgumentInfo = 1, /* The command line argument block */
|
||||||
FunctionInfo = 2, /* Function profiling information */
|
FunctionInfo = 2, /* Function profiling information */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user