Revert "sim: mn10300: drop unused sim-main.c"
This reverts commit 681a422b85
.
I missed that this was included via common/sim-inline.c. I thought
I had grepped the top of the tree, but I must have only done mn10300.
Add a comment to make it clear where/how this file is used.
This commit is contained in:
parent
681a422b85
commit
a4c4d804d6
1 changed files with 9 additions and 0 deletions
9
sim/mn10300/sim-main.c
Normal file
9
sim/mn10300/sim-main.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* This isn't normally compiled, but is pulled in via sim-inline.c when the
|
||||
* SIM_MAIN_INLINE option is enabled by the user at compile time.
|
||||
*/
|
||||
|
||||
#ifndef SIM_MAIN_C
|
||||
#define SIM_MAIN_C
|
||||
#include "op_utils.c"
|
||||
#endif
|
Loading…
Add table
Reference in a new issue