From 80a31d6c8a114799dc5284086ffce2e9be34c50e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 May 2022 13:43:02 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.75.0 Signed-off-by: Michele Calgaro --- .../documentation/htdocs/options_ASM.html | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.74.0/documentation/htdocs/options_ASM.html (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/documentation/htdocs/options_ASM.html') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/documentation/htdocs/options_ASM.html b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/documentation/htdocs/options_ASM.html deleted file mode 100644 index 4de0e7bb..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/documentation/htdocs/options_ASM.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - Uncrustify: where do the Spaces options work-Java - - -

Uncrustify: -Where do the options work ASM ?

- -

-

-

Spaces for ASM

-

-

- - - - -
-
-void foo()
-{
-        int head, bar;
-        __asm__ __volatile__
-        (
-                "movq %0,%%xmm0\n\t"    /* asm template */
-        "0:\n\t"
-                "bar    %0,[%4]\n\t"   // in template
-        "1:\n\t"
-                : "=a", (bar)
-                : "=&b", (&head), "+m", (bar)
-                : "cc"
-        );
-}
-
-
- - -- cgit v1.2.1