Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nolimips
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tiger
nolimips
Commits
5d12e676
Commit
5d12e676
authored
Jan 04, 2019
by
Etienne Renault
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mj/fix-warning' into 'master'
program_solver: fallthrough: fix warning See merge request
!1
parents
3a936754
32f31dfc
Pipeline
#5377
failed with stage
in 3 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
build-aux/gitlog-to-changelog
build-aux/gitlog-to-changelog
+5
-5
src/inst/program_solver.gen.py
src/inst/program_solver.gen.py
+1
-0
No files found.
build-aux/gitlog-to-changelog
View file @
5d12e676
...
...
@@ -3,13 +3,13 @@ eval '(exit $?0)' && eval 'exec perl -wS "$0" "$@"'
if 0;
# Convert git log output to ChangeLog format.
my $VERSION = '201
6-03-22 21:49
'; # UTC
my $VERSION = '201
8-03-07 03:47
'; # UTC
# The definition above must lie within the first 8 lines in order
# for the Emacs time-stamp write hook (at end) to update it.
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
# Copyright (C) 2008-201
6
Free Software Foundation, Inc.
# Copyright (C) 2008-201
8
Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -22,7 +22,7 @@ my $VERSION = '2016-03-22 21:49'; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http
s
://www.gnu.org/licenses/>.
# Written by Jim Meyering
...
...
@@ -33,7 +33,7 @@ use POSIX qw(strftime);
(my $ME = $0) =~ s|.*/||;
# use File::Coda; # http://meyering.net/code/Coda/
# use File::Coda; # http
s
://meyering.net/code/Coda/
END {
defined fileno STDOUT or return;
close STDOUT and return;
...
...
@@ -491,7 +491,7 @@ sub git_dir_option($)
# Local Variables:
# mode: perl
# indent-tabs-mode: nil
# eval: (add-hook '
write-file-hooks
'time-stamp)
# eval: (add-hook '
before-save-hook
'time-stamp)
# time-stamp-start: "my $VERSION = '"
# time-stamp-format: "%:y-%02m-%02d %02H:%02M"
# time-stamp-time-zone: "UTC0"
...
...
src/inst/program_solver.gen.py
View file @
5d12e676
...
...
@@ -189,6 +189,7 @@ namespace inst
{
case Register::generic:
reg.set_kind(Register::general);
/* fallthrough */
case Register::general:
if ((reg.get_index() == vm::Cpu::t9 && max_caller_save_ < 10)
|| (reg.get_index() == vm::Cpu::t8 && max_caller_save_ < 9)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment