arch-gcn3: Add missing overrides
These overrides are required to compile gcn3_x86 with clang. Change-Id: I65ece501f16a4fbf8ffdc6b754de69fb36ab7515 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45085 Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Reviewed-by: Matt Sinclair <mattdsinclair@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com>
This commit is contained in:
@@ -65,9 +65,9 @@ class GPUComputeDriver final : public EmulatedDriver
|
||||
GPUComputeDriver(const Params &p);
|
||||
int ioctl(ThreadContext *tc, unsigned req, Addr ioc_buf) override;
|
||||
|
||||
int open(ThreadContext *tc, int mode, int flags);
|
||||
int open(ThreadContext *tc, int mode, int flags) override;
|
||||
Addr mmap(ThreadContext *tc, Addr start, uint64_t length,
|
||||
int prot, int tgt_flags, int tgt_fd, off_t offset);
|
||||
int prot, int tgt_flags, int tgt_fd, off_t offset) override;
|
||||
virtual void signalWakeupEvent(uint32_t event_id);
|
||||
void sleepCPU(ThreadContext *tc, uint32_t milliSecTimeout);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user