summaryrefslogtreecommitdiff
path: root/replay/replay.c
blob: a0ef04f822a1412bdf3369611b3b9293e79bcc0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * replay.c
 *
 * Copyright (c) 2010-2015 Institute for System Programming
 *                         of the Russian Academy of Sciences.
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 *
 */

#include "sysemu/replay.h"

ReplayMode replay_mode = REPLAY_MODE_NONE;