mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
target-m68k: Rename helpers.h to helper.h
This brings the m68k target in line with all other targets. Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
6e085f72c6
commit
e5e84d22a3
4 changed files with 5 additions and 5 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "cpu.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
||||
#include "helpers.h"
|
||||
#include "helper.h"
|
||||
|
||||
#define SIGNBIT (1u << 31)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue