summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorAZ Huang <aitjcize@gmail.com>2014-04-15 21:29:08 +0800
committerAZ Huang <aitjcize@gmail.com>2014-04-15 21:29:08 +0800
commit9413ca02fbd214915c10c7adfabb6bbc519d6b3f (patch)
tree36a84bfc5ecb3c789e3046feeed0c8fa26cbd28c /py
parent9309d9982f4dc3ec60a314446943c0b19edc5f9e (diff)
downloadmicropython-9413ca02fbd214915c10c7adfabb6bbc519d6b3f.tar.gz
micropython-9413ca02fbd214915c10c7adfabb6bbc519d6b3f.zip
Rename header file.
Diffstat (limited to 'py')
-rw-r--r--py/vm.c2
-rw-r--r--py/vmentrytable.h (renamed from py/entry_table.h)0
2 files changed, 1 insertions, 1 deletions
diff --git a/py/vm.c b/py/vm.c
index d67f5fc005..1c154007ca 100644
--- a/py/vm.c
+++ b/py/vm.c
@@ -168,7 +168,7 @@ mp_vm_return_kind_t mp_execute_byte_code_2(const byte *code_info, const byte **i
// careful: be sure to declare volatile any variables read in the exception handler (written is ok, I think)
#if MICROPY_USE_COMPUTED_GOTOS
- #include "entry_table.h"
+ #include "vmentrytable.h"
#define DISPATCH() do { \
save_ip = ip; \
op = *ip++; \
diff --git a/py/entry_table.h b/py/vmentrytable.h
index 27b5638df5..27b5638df5 100644
--- a/py/entry_table.h
+++ b/py/vmentrytable.h