diff --git a/ivlpp/lexor.lex b/ivlpp/lexor.lex index 8e8167c77..5303e3568 100644 --- a/ivlpp/lexor.lex +++ b/ivlpp/lexor.lex @@ -1,7 +1,7 @@ %option prefix="yy" %{ /* - * Copyright (c) 1999-2012 Stephen Williams (steve@icarus.com) + * Copyright (c) 1999-2013 Stephen Williams (steve@icarus.com) * * This source code is free software; you can redistribute it * and/or modify it in source code form under the terms of the GNU diff --git a/vvp/codes.h b/vvp/codes.h index 4bd5243da..35f2776a6 100644 --- a/vvp/codes.h +++ b/vvp/codes.h @@ -113,9 +113,9 @@ extern bool of_IX_GETV(vthread_t thr, vvp_code_t code); extern bool of_IX_GETV_S(vthread_t thr, vvp_code_t code); extern bool of_IX_GET_S(vthread_t thr, vvp_code_t code); extern bool of_IX_LOAD(vthread_t thr, vvp_code_t code); +extern bool of_IX_MOV(vthread_t thr, vvp_code_t code); extern bool of_IX_MUL(vthread_t thr, vvp_code_t code); extern bool of_IX_SUB(vthread_t thr, vvp_code_t code); -extern bool of_IX_MOV(vthread_t thr, vvp_code_t code); extern bool of_JMP(vthread_t thr, vvp_code_t code); extern bool of_JMP0(vthread_t thr, vvp_code_t code); extern bool of_JMP0XZ(vthread_t thr, vvp_code_t code);