Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
9413ca02
Commit
9413ca02
authored
Apr 15, 2014
by
AZ Huang
Browse files
Rename header file.
parent
9309d998
Changes
2
Hide whitespace changes
Inline
Side-by-side
py/vm.c
View file @
9413ca02
...
...
@@ -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
"
vm
entrytable.h"
#define DISPATCH() do { \
save_ip = ip; \
op = *ip++; \
...
...
py/entry
_
table.h
→
py/
vm
entrytable.h
View file @
9413ca02
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment