VM: nitpick fix of filenames in comments

db4
Björn Lindqvist 2016-02-28 01:23:59 +01:00
parent 2db1e7e6a5
commit 44b9b26baa
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ enum special_object {
OBJ_GLOBAL, /* global namespace */
OBJ_SHUTDOWN_QUOT, /* shutdown quotation */
/* Quotation compilation in quotations.c */
/* Quotation compilation in quotations.cpp */
JIT_PROLOG = 23,
JIT_PRIMITIVE_WORD,
JIT_PRIMITIVE,
@ -74,7 +74,7 @@ enum special_object {
/* Callback stub generation in callbacks.cpp */
CALLBACK_STUB = 53,
/* Polymorphic inline cache generation in inline_cache.c */
/* Polymorphic inline cache generation in inline_cache.cpp */
PIC_LOAD = 54,
PIC_TAG,
PIC_TUPLE,
@ -84,7 +84,7 @@ enum special_object {
PIC_MISS_WORD,
PIC_MISS_TAIL_WORD,
/* Megamorphic cache generation in dispatch.c */
/* Megamorphic cache generation in dispatch.cpp */
MEGA_LOOKUP = 62,
MEGA_LOOKUP_WORD,
MEGA_MISS_WORD,