Merge new instruction definitions #2
@ -232,8 +232,6 @@ macro_rules! make_common_instructions {
|
||||
};
|
||||
}
|
||||
|
||||
macro_rules! all_common_instructions {
|
||||
() => {
|
||||
make_common_instructions!(int);
|
||||
make_common_instructions!(float);
|
||||
make_common_instructions!(string);
|
||||
@ -246,9 +244,6 @@ macro_rules! all_common_instructions {
|
||||
make_common_instructions!(vector_char);
|
||||
make_common_instructions!(code);
|
||||
make_common_instructions!(exec);
|
||||
};
|
||||
}
|
||||
all_common_instructions!();
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
Loading…
x
Reference in New Issue
Block a user