K 10 svn:author V 6 adrian K 8 svn:date V 27 2015-06-18T13:40:08.515999Z K 7 svn:log V 367 Fix compilation of this macro under gcc-4.9 for MIPS32. Some point after gcc-4.2 the MIPS inline assembly restrictions changed - =h (hi register) disappeared from the list of restrictions and can no longer be used. So, until someone requires an assembly version of this function, just use a non-assembly version and let the compiler sort it out. Suggested by: kan END