Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / service_runtime / arch / x86_64 / fxsaverstor.S
index 0a15abc..9bf15aa 100644 (file)
 
         .text
 
-DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClDoFxsave):
+DEFINE_GLOBAL_HIDDEN_FUNCTION(NaClDoFxsave):
         fxsave (%rcx)
         ret
 
-DEFINE_GLOBAL_HIDDEN_IDENTIFIER(NaClDoFxrstor):
+DEFINE_GLOBAL_HIDDEN_FUNCTION(NaClDoFxrstor):
         fxrstor (%rcx)
         ret