mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
target-xtensa: Move helpers.h to helper.h
Provides a file naming scheme consistent with other targets. Signed-off-by: Lluís Vilanova <vilanova@ac.upc.edu> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
7672725d41
commit
16c1deae21
4 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@
|
|||
#include <stddef.h>
|
||||
#include "cpu.h"
|
||||
#include "dyngen-exec.h"
|
||||
#include "helpers.h"
|
||||
#include "helper.h"
|
||||
#include "qemu-log.h"
|
||||
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue