 Chromium Code Reviews
 Chromium Code Reviews Issue 616813002:
  Non-SFI Mode: Enable compiling exception_test for x86-32.  (Closed) 
  Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
    
  
    Issue 616813002:
  Non-SFI Mode: Enable compiling exception_test for x86-32.  (Closed) 
  Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master| Index: tests/exception_test/direction_flag_x86.S | 
| diff --git a/tests/exception_test/direction_flag_x86.S b/tests/exception_test/direction_flag_x86.S | 
| index ea92ddede2978115406cfbdb3c82a268649fdfc8..507aceb047d57cc1a28e39ea4390794e241eec57 100644 | 
| --- a/tests/exception_test/direction_flag_x86.S | 
| +++ b/tests/exception_test/direction_flag_x86.S | 
| @@ -48,7 +48,11 @@ get_x86_direction_flag: | 
| setb %al | 
| add $4, %esp | 
| +#if NONSFI_MODE | 
| 
Mark Seaborn
2014/09/30 20:32:29
Can you make this "#if defined(__native_client_non
 
Junichi Uekawa
2014/10/01 04:17:13
pacl-clang doesn't seem to pass -D __native_client
 | 
| + ret | 
| +#else | 
| naclret | 
| +#endif | 
| #else | 
| # error Unknown platform |