mirror of
https://github.com/ProgramSnail/Lama.git
synced 2026-01-06 14:08:15 +00:00
Fixed typo
This commit is contained in:
parent
e03e2dda25
commit
c90a73c10f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ bytefile* read_file (char *fname) {
|
||||||
return file;
|
return file;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disassembles the bytecode pull */
|
/* Disassembles the bytecode pool */
|
||||||
void disassemble (FILE *f, bytefile *bf) {
|
void disassemble (FILE *f, bytefile *bf) {
|
||||||
|
|
||||||
# define INT (ip += sizeof (int), *(int*)(ip - sizeof (int)))
|
# define INT (ip += sizeof (int), *(int*)(ip - sizeof (int)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue