poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pickles: Fix a syntax error


From: Bruno Haible
Subject: pickles: Fix a syntax error
Date: Sat, 06 Jun 2020 20:50:41 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

(poke) .load bpf.pk
bpf.pk:235:39: error: syntax error: unexpected ':'
           printf "%<integer:%v%>", hi::lo;
                                      ^

Once this is fixed:

(poke) .load bpf.pk
bpf.pk:246:29: error: syntax error: unexpected ':'
         return imm.imm64.hi::imm.imm64.lo;
                            ^

The attached proposed patch fixes it. It's a followup to

  2020-05-18
  libpoke,testsuite,doc: change bit-concatenation operator from :: to :::

Attachment: 0001-pickles-Fix-a-syntax-error.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]