Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/ilasm/parser/ILParser.jay')
-rw-r--r--mcs/ilasm/parser/ILParser.jay2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/ilasm/parser/ILParser.jay b/mcs/ilasm/parser/ILParser.jay
index 5e417341ecf..e98debf2c4c 100644
--- a/mcs/ilasm/parser/ILParser.jay
+++ b/mcs/ilasm/parser/ILParser.jay
@@ -2077,7 +2077,7 @@ method_decls : /* EMPTY */
method_decl : D_EMITBYTE int32
{
codegen.CurrentMethodDef.AddInstr (new
- EmitByteIntr ((int) $2, tokenizer.Location));
+ EmitByteInstr ((int) $2, tokenizer.Location));
}
| D_MAXSTACK int32