Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / exception_test / direction_flag_x86.S
index ea92dde..d62695c 100644 (file)
@@ -48,7 +48,11 @@ get_x86_direction_flag:
         setb %al
 
         add $4, %esp
+#if defined(__native_client_nonsfi__)
+        ret
+#else
         naclret
+#endif
 
 #else
 # error Unknown platform