00001 #ifndef HELPER_H_INCLUDED_
00002 #define HELPER_H_INCLUDED_
00003
00004 #error "WITH THE NEW ROSE LIBRARY VERSION 0.9.10.X, THIS FILE IS NOT NEEDED ANY MORE!" // (RD, 06/01/18)
00005
00006 namespace risc
00007 {
00008
00009 namespace inst
00010 {
00011
00017 void fix_static_cast_issue();
00018
00019 };
00020
00021 };
00022
00023 #endif
00024
00025