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

Issue 99680044: code review 99680044: runtime: fix error check in freebsd/386 i386_set_ldt (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 11 months ago by rsc
Modified:
9 years, 11 months ago
Reviewers:
gobot, minux, bradfitz
CC:
golang-codereviews, bradfitz, minux
Visibility:
Public.

Description

runtime: fix error check in freebsd/386 i386_set_ldt Update issue 2675 The code here was using the error check for Linux/386, not the one for FreeBSD/386. Most of the time it worked. Thanks to Neel Natu (FreeBSD developer) for finding this. The s/JCC/JAE/ a few lines later is a no-op but makes the test match the rest of the file. Why we write JAE instead of JCC I don't know, but the two are equivalent and the file might as well be consistent.

Patch Set 1 #

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

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

Patch Set 4 : diff -r f3da1764c9b0 https://code.google.com/p/go/ #

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

Messages

Total messages: 5
rsc
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
9 years, 11 months ago (2014-05-31 01:32:03 UTC) #1
bradfitz
LGTM in that it's already had two reviews if Neel pointed it out On Fri, ...
9 years, 11 months ago (2014-05-31 01:47:06 UTC) #2
minux
LGTM.
9 years, 11 months ago (2014-05-31 01:56:20 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=ced50cea54db *** runtime: fix error check in freebsd/386 i386_set_ldt Update issue 2675 ...
9 years, 11 months ago (2014-05-31 13:35:16 UTC) #4
gobot
9 years, 11 months ago (2014-05-31 14:18:28 UTC) #5
Message was sent while issue was closed.
This CL appears to have broken the netbsd-amd64-bsiegert builder.
See http://build.golang.org/log/59bcff8391af0e1ee0bf72a074b75830d97b73ec
Sign in to reply to this message.

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