mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-25 08:08:47 +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;
|
||||
}
|
||||
|
||||
/* Disassembles the bytecode pull */
|
||||
/* Disassembles the bytecode pool */
|
||||
void disassemble (FILE *f, bytefile *bf) {
|
||||
|
||||
# define INT (ip += sizeof (int), *(int*)(ip - sizeof (int)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue