Skip to content

Commit 9413ca0

Browse files
committed
Rename header file.
1 parent 9309d99 commit 9413ca0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

py/vm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ mp_vm_return_kind_t mp_execute_byte_code_2(const byte *code_info, const byte **i
168168
// careful: be sure to declare volatile any variables read in the exception handler (written is ok, I think)
169169

170170
#if MICROPY_USE_COMPUTED_GOTOS
171-
#include "entry_table.h"
171+
#include "vmentrytable.h"
172172
#define DISPATCH() do { \
173173
save_ip = ip; \
174174
op = *ip++; \
File renamed without changes.

0 commit comments

Comments
 (0)