Fix typo.
[mono.git] / mono / metadata / opcodes.h
index f83cd614450771e5f0f0b4381a88d8e283d03034..60c6a53e036d605576c64753dfb4a34da920756f 100644 (file)
@@ -61,7 +61,9 @@ typedef struct {
 } MonoOpcode;
 
 extern const MonoOpcode mono_opcodes [];
-extern const char* const mono_opcode_names [];
+
+const char*
+mono_opcode_name (int opcode);
 
 MonoOpcodeEnum
 mono_opcode_value (const guint8 **ip, const guint8 *end);