Skip to content

Commit

Permalink
compiler.targets.OR1KTarget: fix typo.
Browse files Browse the repository at this point in the history
whitequark committed Aug 10, 2015
1 parent 75532d1 commit 261515d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/compiler/targets.py
Original file line number Diff line number Diff line change
@@ -157,5 +157,5 @@ def __init__(self):
class OR1KTarget(Target):
triple = "or1k-linux"
data_layout = "E-m:e-p:32:32-i64:32-f64:32-v64:32-v128:32-a:0:32-n32"
attributes = ["mul", "div", "ffl1", "cmov", "addc"]
features = ["mul", "div", "ffl1", "cmov", "addc"]
print_function = "lognonl"

0 comments on commit 261515d

Please sign in to comment.