changed reference to include files to correct location

This commit is contained in:
Joel Sherrill
1996-09-08 16:22:29 +00:00
parent 3335420529
commit eaa34e75ae
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
#include "iregdef.h"
#include "idtcpu.h"
#include <rtems/score/iregdef.h>
#include <rtems/score/idtcpu.h>
#define FRAME(name,frm_reg,offset,ret_reg) \
.globl name; \

View File

@@ -1,5 +1,5 @@
#include "iregdef.h"
#include "idtcpu.h"
#include <rtems/score/iregdef.h>
#include <rtems/score/idtcpu.h>
#define FRAME(name,frm_reg,offset,ret_reg) \
.globl name; \