syscall emulation: devirtualize BaseBufferArg methods
Review Request #2411 - Created Sept. 23, 2014 and submitted
Information | |
---|---|
Steve Reinhardt | |
gem5 | |
default | |
Reviewers | |
Default | |
Changeset 10414:d0d259e12596 --------------------------- syscall emulation: devirtualize BaseBufferArg methods Not clear why they were marked virtual to begin with, but that doesn't appear to be necessary.
Ship It!
Posted (Sept. 24, 2014, 4:09 a.m.)
-
src/sim/syscall_emul_buf.hh (Diff revision 1) -
Are there classes inheriting from this? If so, gcc 4.7 and beyond will be unhappy about removing the virtual keyword for the destructor.