K 10 svn:author V 3 avg K 8 svn:date V 27 2018-04-03T06:46:26.024004Z K 7 svn:log V 300 fix signatures of cpu_reset_real and cpu_reset_proxy, broken in r331878 When I moved these functions from i386 and amd64 to x86 I dropped their prototype declarations (that were correct) and left only their definitions that became incorrect. Reported by: bde MFC after: 15 days X-MFC with: r331878 END