Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(483)

Issue 7181045: code review 7181045: syscall: fix arithmetic errors in assembly for seek fun... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by akumar
Modified:
12 years, 5 months ago
Reviewers:
CC:
rsc, rminnich, npe1, golang-dev
Visibility:
Public.

Description

syscall: fix arithmetic errors in assembly for seek function for 64-bit Plan 9 Offsets for return values from seek were miscalculated and a translation from 32-bit code for error handling was incorrect.

Patch Set 1 #

Patch Set 2 : diff -r 6287072632c4 https://code.google.com/p/go #

Patch Set 3 : diff -r 6287072632c4 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -4 lines) Patch
M src/pkg/syscall/asm_plan9_amd64.s View 1 3 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 3
akumar
Hello rsc@golang.org, rminnich@gmail.com, npe@plan9.bell-labs.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 5 months ago (2013-01-22 04:01:31 UTC) #1
rminnich
Nice catch. LGTM
12 years, 5 months ago (2013-01-22 05:13:54 UTC) #2
rsc
12 years, 5 months ago (2013-01-22 19:03:34 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=df35e1b42c5b ***

syscall: fix arithmetic errors in assembly for seek function for 64-bit Plan 9

Offsets for return values from seek were miscalculated
and a translation from 32-bit code for error handling
was incorrect.

R=rsc, rminnich, npe
CC=golang-dev
https://codereview.appspot.com/7181045

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b