From 8c6ae625aef6d07741cd8925f422f43ae24b198c Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Fri, 21 Feb 2025 16:03:51 -0800 Subject: Ultralib Update (#233) * git subrepo pull (merge) lib/ultralib subrepo: subdir: "lib/ultralib" merged: "74f0eee" upstream: origin: "git@github.com:decompals/ultralib.git" branch: "main" commit: "2717d45" git-subrepo: version: "0.4.9" origin: "https://github.com/ingydotnet/git-subrepo" commit: "cce3d93" * New ultralib fixes * Update some includes in tools * git subrepo commit (merge) lib/ultralib subrepo: subdir: "lib/ultralib" merged: "3a702eaf" upstream: origin: "git@github.com:decompals/ultralib.git" branch: "main" commit: "48f9f908" git-subrepo: version: "0.4.9" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "ea10886" * Update warnings file --- lib/ultralib/src/os/setwatchlo.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ultralib/src/os/setwatchlo.s') diff --git a/lib/ultralib/src/os/setwatchlo.s b/lib/ultralib/src/os/setwatchlo.s index 91cc58e..4d54a51 100644 --- a/lib/ultralib/src/os/setwatchlo.s +++ b/lib/ultralib/src/os/setwatchlo.s @@ -4,7 +4,7 @@ .text LEAF(__osSetWatchLo) - STAY2(mtc0 a0, C0_WATCHLO) + MTC0( a0, C0_WATCHLO) NOP - jr ra + jr ra END(__osSetWatchLo) -- cgit v1.2.3