finalize the module resolution operator.

This commit is contained in:
Mark Thom
2018-07-08 15:21:09 -06:00
parent 073a8888f3
commit cd03b7795f
12 changed files with 158 additions and 70 deletions

View File

@@ -233,9 +233,9 @@ macro_rules! set_code_index {
}}
}
macro_rules! machine_code_index {
macro_rules! machine_code_indices {
($code_dir:expr, $op_dir:expr) => ( //, $modules:expr) => (
MachineCodeIndex { code_dir: $code_dir, op_dir: $op_dir } //, modules: $modules }
MachineCodeIndices { code_dir: $code_dir, op_dir: $op_dir } //, modules: $modules }
)
}