00001 #ifndef HELPER_H_INCLUDED_ 00002 #define HELPER_H_INCLUDED_ 00003 00004 namespace risc 00005 { 00006 00007 namespace inst 00008 { 00009 00015 void fix_static_cast_issue(); 00016 00017 }; // end of namespace inst 00018 00019 }; // end of namespace risc 00020 00021 #endif /* HELPER_H_INCLUDED_ */ 00022 00023 /* ex: set softtabstop=2 tabstop=2 shiftwidth=2 expandtab: */