Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSamiQemu
QOSamiQemu
/
linux-user
/
sparc
/
cpu_loop.h
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
h
7 lines
147 Bytes
Copy permalink
Copy
Raw
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
#ifndef SPARC_CPU_LOOP_H
3
#define SPARC_CPU_LOOP_H
4
5
void
flush_windows
(
CPUSPARCState
*
env
);
6
7
#endif