/* * Copyright (c) 2012 The Native Client Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ /* * This exists only because Windows 64 doesn't support trivial inline assembly. */ #include "native_client/src/trusted/service_runtime/nacl_config.h" .text DEFINE_GLOBAL_HIDDEN_FUNCTION(NaClDoFxsave): fxsave (%rcx) ret DEFINE_GLOBAL_HIDDEN_FUNCTION(NaClDoFxrstor): fxrstor (%rcx) ret