Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / native_client / src / trusted / service_runtime / arch / x86_64 / fnstcw.S
1 /*
2  * Copyright (c) 2013 The Native Client Authors. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  */
6
7 /*
8  * This exists only because Windows 64 doesn't support trivial inline assembly.
9  */
10
11 #include "native_client/src/trusted/service_runtime/nacl_config.h"
12
13         .text
14
15 DEFINE_GLOBAL_HIDDEN_FUNCTION(NaClDoFnstcw):
16         fnstcw (%rcx)
17         ret