commit | 4c45662c0fd49bf25d3a014dec54224e9d11e90f | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Dec 25 01:44:27 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Dec 27 00:31:33 2022 -0500 |
tree | 7cc67f8340cb4ad999654a4e43d6a70373e678de | |
parent | 556ca380d712270ba1f0adf780673b7d1a3fda95 [diff] |
sim: mips: rename multi_flags to igen_itable_flags This variable is only used to generate the itable files. In preparation for merging the itable logic among all ports, rename "multi_flags" to a more appropriate "igen_itable_flags" variable. There should be no real chagnes here otherwise.