misc: Merge branch 'release-staging-v20.0.0.0' into develop
[gem5.git] / src / arch / arm / semihosting.cc
index a7a4d2ab91757237d6e40837e01ad9928c6a0c14..ab21dda1f827c98cb8a2d4dfa54dafbff4db8752 100644 (file)
@@ -696,18 +696,6 @@ struct SemiPseudoAbi64 : public ArmSemihosting::Abi64
 namespace GuestABI
 {
 
-// Ignore return values since those will be handled by semihosting.
-template <typename T>
-struct Result<SemiPseudoAbi32, T>
-{
-    static void store(ThreadContext *tc, const T &ret) {}
-};
-template <typename T>
-struct Result<SemiPseudoAbi64, T>
-{
-    static void store(ThreadContext *tc, const T &ret) {}
-};
-
 // Handle arguments the same as for semihosting operations. Skipping the first
 // slot is handled internally by the State type.
 template <typename T>