soft-float
Erin 2023-07-26 21:23:03 +02:00
parent 582c716445
commit a667c36d6c
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ macro_rules! gen_valider {
let start = program;
loop {
use crate::opcode::*;
extern crate std;
program = match program {
// End of program
[] => return Ok(()),