Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Issue 1293703003: Attempt to fix MIPS inline assembly (Closed)

Created:
5 years, 4 months ago by Cutch
Modified:
5 years, 4 months ago
Reviewers:
zra
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M runtime/vm/globals.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 4 (1 generated)
Cutch
Committed patchset #1 (id:1) manually as 0ae35cdc56414f6f271cfeaf31ac4f5ea7deab97 (presubmit successful).
5 years, 4 months ago (2015-08-14 14:00:43 UTC) #1
Cutch
TBR
5 years, 4 months ago (2015-08-14 14:01:02 UTC) #3
zra
5 years, 4 months ago (2015-08-14 14:30:02 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/1293703003/diff/1/runtime/vm/globals.h
File runtime/vm/globals.h (right):

https://codereview.chromium.org/1293703003/diff/1/runtime/vm/globals.h#newcod...
runtime/vm/globals.h:116: #define COPY_FP_REGISTER(fp) asm volatile ("move %0,
$r30" : "=r" (fp) );
move %0, $fp builds

Powered by Google App Engine
This is Rietveld 408576698