Skip to content

Commit

Permalink
Remoce space issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
caryr committed Jan 4, 2013
1 parent 502a070 commit 1305d76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgt-pcb/fp.y
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static fp_element_t cur_element;
long integer;
char*text;
};

%token <text> STRING
%token <integer> INTEGER
%token K_ELEMENT
Expand Down
2 changes: 1 addition & 1 deletion vvp/array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ vvp_vector4_t array_get_word(vvp_array_t arr, unsigned address)
arr->vals->get_word(address, val);
return val;
}

assert(arr->vals4 == 0);
assert(arr->vals == 0);
assert(arr->nets != 0);
Expand Down

0 comments on commit 1305d76

Please sign in to comment.