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

Issue 68610043: code review 68610043: runtime: fix 386, arm build (Closed)

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

Description

runtime: fix 386, arm build CL 68150047 lost runtime.panicdivide.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M src/pkg/runtime/panic.c View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4
rsc
Hello dfc (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 8 months ago (2014-02-25 16:31:06 UTC) #1
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=86be37c8d562 *** runtime: fix 386, arm build CL 68150047 lost runtime.panicdivide. TBR=dfc ...
11 years, 8 months ago (2014-02-25 16:31:12 UTC) #2
bradfitz
LGTM On Tue, Feb 25, 2014 at 8:31 AM, <rsc@golang.org> wrote: > Reviewers: dfc, > ...
11 years, 8 months ago (2014-02-25 16:35:37 UTC) #3
dave_cheney.net
11 years, 8 months ago (2014-02-25 19:52:09 UTC) #4
LGTM. Thanks.

I'm very sorry about the breakage, I did test this CL on 386, I don't know
how this happened.


On Wed, Feb 26, 2014 at 3:35 AM, Brad Fitzpatrick <bradfitz@golang.org>wrote:

> LGTM
>
>
>
> On Tue, Feb 25, 2014 at 8:31 AM, <rsc@golang.org> wrote:
>
>> Reviewers: dfc,
>>
>> Message:
>> Hello dfc (cc: golang-codereviews@googlegroups.com),
>>
>> I'd like you to review this change to
>> https://code.google.com/p/go/
>>
>>
>> Description:
>> runtime: fix 386, arm build
>>
>> CL 68150047 lost runtime.panicdivide.
>>
>> Please review this at https://codereview.appspot.com/68610043/
>>
>> Affected files (+6, -0 lines):
>>   M src/pkg/runtime/panic.c
>>
>>
>> Index: src/pkg/runtime/panic.c
>> ===================================================================
>> --- a/src/pkg/runtime/panic.c
>> +++ b/src/pkg/runtime/panic.c
>> @@ -487,3 +487,9 @@
>>         rundefer();
>>         runtime·goexit();
>>  }
>> +
>> +void
>> +runtime·panicdivide(void)
>> +{
>> +       runtime·panicstring("integer divide by zero");
>> +}
>>
>>
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "golang-codereviews" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to golang-codereviews+unsubscribe@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>
Sign in to reply to this message.

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