HDLRuby 2.11.9 → 2.11.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 25ee3661745db7f26a3656327f17f7f3cdb5482d234ffcd201133a6e6889ad00
4
- data.tar.gz: 40853bbc900fea15ac74a4bbe5a1cb6743404805d3cbdc159cbd0484136bd41b
3
+ metadata.gz: e1abbd8fa7d81751f96e4728d9de4feca367a2fd279f53ba819403de04ed32a7
4
+ data.tar.gz: b820d83dffce7d785de1ec0ebffdab501fbd555808b694c5df70c96f4f599fbd
5
5
  SHA512:
6
- metadata.gz: 4190fdac56a57319d1a0834efe74a7d84fc7674ff91492b0299a889a5b3a90bf684c05b4848d888a35bc51937218daa7aea1132140536aec5cca7972d9d2e918
7
- data.tar.gz: 17f63b1cb7793dd7cb0883db14a23730d3ba8d170f7b4092181e7cc0e2252349fa8dc17cabeb71e00dd778dc81048fb14934a8e437694dce5003d4088a5bd9b2
6
+ metadata.gz: 03d6925eef2143a0eead9c30147abe8617597dddddb2911a7b4cee3998a01df9d55a310eab0464676e6f1e58d7f300a377ed6da9cfda96fa66c8d8fa01dadd3e
7
+ data.tar.gz: fe6e7c90d8f4913d5cf680c3a65993624f90585d52387d2c04a94d454a6c2d295e22c0d152f4248fd678c13183c6d7c33e58824063a32dc76b58eb0651c341fd
@@ -1874,7 +1874,7 @@ static Value sub_value_numeric(Value src0, Value src1, Value dst) {
1874
1874
  * @param dst the destination value
1875
1875
  * @return dst */
1876
1876
  static Value mul_value_numeric(Value src0, Value src1, Value dst) {
1877
- printf("mul_value_numeric with src0->data_int=%llx src1->data_int=%llx\n",src0->data_int, src1->data_int);
1877
+ // printf("mul_value_numeric with src0->data_int=%llx src1->data_int=%llx\n",src0->data_int, src1->data_int);
1878
1878
  /* Sets state of the destination using the first source. */
1879
1879
  dst->type = src0->type;
1880
1880
  dst->numeric = 1;
@@ -1,3 +1,3 @@
1
1
  module HDLRuby
2
- VERSION = "2.11.9"
2
+ VERSION = "2.11.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: HDLRuby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.9
4
+ version: 2.11.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lovic Gauthier
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-11-11 00:00:00.000000000 Z
11
+ date: 2022-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler