Skip to content

Commit

Permalink
[Spike] Add missing inclusion guard for riscv/Proc.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
zchamski committed Jan 31, 2025
1 parent 9e3ddd1 commit 2d2270d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vendor/riscv/riscv-isa-sim/riscv/Proc.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
// See LICENSE for license details.

#ifndef _RISCV_PROC_H
#define _RISCV_PROC_H

#include "Types.h"
#include "processor.h"
Expand Down Expand Up @@ -77,3 +81,5 @@ class Processor : public processor_t {
};

} // namespace openhw

#endif

0 comments on commit 2d2270d

Please sign in to comment.