From d5823b3e55d002a797d542214f556c6d77c0fe99 Mon Sep 17 00:00:00 2001 From: Cary R Date: Mon, 7 Oct 2013 16:50:36 -0700 Subject: [PATCH] update a copyright and fix the define order. --- ivlpp/lexor.lex | 2 +- vvp/codes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);