rename src/powerisa.rs -> src/powerisa_instructions_xml.rs

This commit is contained in:
Jacob Lifshay 2026-01-12 03:31:06 -08:00
parent 781dbc6bcb
commit 305d7b0ae6
Signed by: programmerjake
SSH key fingerprint: SHA256:HnFTLGpSm4Q4Fj502oCFisjZSoakwEuTsJJMSke63RQ
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
pub mod config;
pub mod instruction;
pub mod next_pc;
pub mod powerisa;
pub mod powerisa_instructions_xml;
pub mod reg_alloc;
pub mod register;
pub mod unit;