aboutsummaryrefslogtreecommitdiff
path: root/check_ops.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check_ops.sh')
-rwxr-xr-xcheck_ops.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/check_ops.sh b/check_ops.sh
index b1f2f8500..1c9cf87e3 100755
--- a/check_ops.sh
+++ b/check_ops.sh
@@ -35,6 +35,9 @@ case $machine in
mips*)
ret='\tjr.*ra'
;;
+ s390*)
+ ret='\tbr.*'
+ ;;
*)
echo "Unknown machine `uname -m`"
;;